Bernhard Kaszt
44a770be0e
Add Pylontech PIN numbers to platformio.ini
2023-03-05 21:22:10 +01:00
helgeerbe
73fe3bfb96
Add missing can lib
2023-02-23 12:05:50 +01:00
helgeerbe
a2473645a5
Merge remote-tracking branch 'tbnobody/OpenDTU/master' into development
2023-02-23 12:01:34 +01:00
Thomas Basler
dc309e9616
Update sunset from 1.1.3 to 1.1.7
2023-02-20 20:01:56 +01:00
helgeerbe
f560f25302
initial merge of power_limiter * missing is inverter and channel setting in gui
...
* due to bug _webApiPrometheus.init is commented out
2023-02-20 15:56:02 +01:00
helgeerbe
cb7874ac8d
remove serial ports from platformio
...
* use auto detect
2023-02-20 09:43:31 +01:00
Thomas Basler
b319c78dc1
Added methods to calculate and show sunrise and sunset times
2023-02-18 18:15:48 +01:00
helgeerbe
27f20a76f0
Merge remote-tracking branch 'tbnobody/OpenDTU/master' into development
2023-02-16 12:35:18 +01:00
Thomas Basler
f5fb628559
Update espressif32 from 6.0.0 to 6.0.1
2023-02-14 19:13:24 +01:00
Thomas Basler
04c7d40cde
Update ArduinoJson from ^6.20.0 to 6.20.1
2023-02-13 20:35:38 +01:00
helgeerbe
1c01e927f9
Add victron pins to device manager
2023-02-02 23:01:22 +01:00
helgeerbe
bec6c20531
Merge remote-tracking branch 'tbnobody/OpenDTU/master'
2023-01-26 10:30:55 +01:00
helgeerbe
9a7a0d293e
Merge remote-tracking branch 'tbnobody/OpenDTU/master'
2023-01-20 14:54:04 +01:00
dAjaY85
7074dd5757
Display init zum Zweiten
...
chango to full Buffer Mode, remove picture loop,
because it's not worked.
look: https://github.com/olikraus/u8glib/wiki/tpictureloop
snprintf + public vars
- dispPowerSafe => true: PowerSafe Mode on
- dispLogo => true: showing Logo upper right corner
- dispContrast => possible to adjust the Display Contrast
change in date time, buffer deleted
Display-Constructor changed, reset goes to front
Arrow and Logo only shown, when production is on
Refactor OLEDDisplayClass to DisplayGraphicClass
2023-01-18 23:22:36 +01:00
Thomas Basler
753d73accd
Fix compile issue with ESP32-C3 and C++11
2023-01-18 23:13:38 +01:00
Thomas Basler
07a438db33
Upgrade ArduinoJson from 6.19.4 to 6.20.0
2023-01-17 18:55:14 +01:00
Thomas Basler
17ffda9816
Upgrade espressif framework from 5.3.0 to 6.0.0
2023-01-17 18:51:48 +01:00
helgeerbe
ddb6346087
Merge remote-tracking branch 'tbnobody/OpenDTU/master'
2023-01-03 10:51:56 +01:00
Thomas Basler
d75ac167fa
Fix building with platform-espressif32 5.3.0
...
The bootloader.bin is placed in the build output directory by the build script
2022-12-31 12:57:06 +01:00
helgeerbe
e49bbe0faf
Merge remote-tracking branch 'tbnobody/OpenDTU/master'
2022-12-27 14:17:24 +01:00
helgeerbe
df5cde2e82
Merge remote-tracking branch 'tbnobody/OpenDTU/master'
2022-12-05 11:46:31 +01:00
Martin Dummer
9bfc7044fc
add platformio_override.ini as personal config override
...
Personal edits in platformio.ini causes annoying merge conflicts then
new commits are pulled from upstream. Adding an personal override config
which is further ignored from git will avoid this.
Signed-off-by: Martin Dummer <martin.dummer@gmx.net>
2022-12-02 23:50:12 +01:00
Thomas Basler
d73a4d9674
Added lolin32_lite board
2022-11-29 18:49:36 +01:00
Thomas Basler
ae023674fc
Fix #399 : Move pin assignment to generic environment to prevent compilation errors
2022-11-29 18:48:39 +01:00
Thomas Basler
f171555de8
Merge branch 'pr396' into dev
2022-11-28 18:30:45 +01:00
MrReSc
f6a7404314
Support for NodeMCU-ESP-S3-12K-Kit added
2022-11-28 10:03:36 +01:00
Thomas Basler
36abaeee12
Moved pin assignment outside the hoymiles library
...
Allows setting the pins during runtime and not just using the defines
2022-11-27 12:07:25 +01:00
helgeerbe
1fc0e76c41
Merge remote-tracking branch 'tbnobody/OpenDTU/master'
2022-11-22 17:10:53 +01:00
Thomas Basler
c0e6e13139
Added support for LilyGO_T_ETH_POE board
2022-11-19 00:03:25 +01:00
helgeerbe
f35395e76f
Merge remote-tracking branch 'tbnobody/OpenDTU/master'
2022-11-16 16:39:01 +01:00
Thomas Basler
50d73c7440
Upgraded espMqttClient to v1.3.3
2022-11-14 17:53:00 +01:00
helgeerbe
a9336968c7
Merge remote-tracking branch 'tbnobody/OpenDTU/master'
2022-10-20 23:39:05 +02:00
Thomas Basler
511b59ff25
Added config for wt32-eth01 board and move upload_port config to global section
2022-10-20 18:55:52 +02:00
Thomas Basler
fede8e21cb
Added more strict compile flags
2022-10-19 22:16:31 +02:00
helgeerbe
5de35ee353
Merge remote-tracking branch 'tbnobody/OpenDTU/master'
2022-10-17 10:10:34 +02:00
Thomas Basler
c4729c240d
Optimize order of monitor_filters
...
The order is important. FIrst analyze for exceptions, then add the time, then add to logfile and at the end colorize the output
2022-10-11 23:14:04 +02:00
helgeerbe
366e7dc409
Merge remote-tracking branch
...
'tbnobody/OpenDTU/master'
2022-10-07 10:32:51 +02:00
Thomas Basler
0a68b5af30
Harden compiling by using -Wall
2022-10-05 18:57:11 +02:00
Thomas Basler
647966428a
Updated dependencies
2022-10-03 22:48:55 +02:00
helgeerbe
df7c821bd4
Merge remote-tracking branch 'tbnobody/OpenDTU/master'
2022-10-03 13:34:05 +02:00
Thomas Basler
6484a017c4
Upgrade espMqttClient from 1.2.3 to 1.3.1
2022-09-25 22:20:23 +02:00
helgeerbe
bee600bfd8
Merge remote-tracking branch 'tbnobody/OpenDTU/master'
2022-09-19 10:49:41 +02:00
Stefan Kreutter
0d5bdbe9cf
added Olimex ESP32-EVB with MOD-NRF24LR
...
added platformio definitiones for the Olimex ESP32-EVB board with MOD-NRF24LR
2022-09-15 19:34:01 +02:00
Thomas Basler
593f80afd1
Specify version of espMqttClient library
2022-09-15 19:28:30 +02:00
Thomas Basler
271c71e064
Replace ESPAsyncWebServer
...
Use fork from yubox-node-org instead of originial from me-no-dev
Maybe that fixes several issues with the websockets
2022-09-15 19:26:45 +02:00
helgeerbe
12fc34d4de
add victrons rx, tx pins
2022-08-29 16:19:47 +02:00
helgeerbe
865c9cdac5
Merge branch 'master' into ve.direct
2022-08-17 12:25:07 +02:00
Thomas Basler
7015b04ee6
Update required version of RF24 library
2022-08-16 23:24:48 +02:00
Thomas Basler
e55f5afa62
Update platform dependencies
2022-08-16 23:22:46 +02:00
helgeerbe
c7c1506e42
First version
2022-08-11 17:26:00 +02:00