cerise21
1f6fdb7fc0
Feature: Set/obtain DPL upper power limit via MQTT
2024-06-15 20:21:42 +02:00
Marc-Philip
3d66b318ec
avoid using pkg_resources
...
This is deprecated in python 3.12.
Also, improve file handling
2024-06-10 22:31:15 +02:00
Thomas Basler
c144b68306
webapp: add app.js.gz
2024-06-10 21:45:56 +02:00
Thomas Basler
119b7b18e6
Upgrade ESP Async WebServer from 2.10.6 to 2.10.8
2024-06-10 21:44:33 +02:00
Thomas Basler
417df65b92
webapp: update dependencies
2024-06-10 21:40:55 +02:00
Thomas Basler
a2b568923c
Upgrade ESP Async WebServer from 2.10.5 to 2.10.6
2024-06-09 14:54:03 +02:00
Thomas Basler
b5398a4297
Changed issue template to make clear that issues are bugs that affect all users
2024-06-08 12:39:04 +02:00
Thomas Basler
c960602c62
Upgrade ESP Async WebServer from 2.10.3 to 2.10.5
2024-06-08 11:16:06 +02:00
Thomas Basler
8ef28e27b4
webapp: update dependencies
2024-06-08 11:11:31 +02:00
nexulm
d940932d3c
Update wt32-eth01.json
...
SH1106 (I2C = Type3) support for joy-it 128x64 1,3" OLED SBC-OLED01.3 display added
2024-06-04 11:28:03 +02:00
Bernhard Kirchen
5a007e5352
fix: make SDM power meter use serial port manager
...
instead of hard-coding the use of hardware UART 2, the SDM power meter
instance now asks for a free hardware serial port to use and
instanciates the respective HardwareSerial object using said port.
2024-06-02 22:41:07 +02:00
Bernhard Kirchen
be41e6b906
refactor serial port manager: hand out UARTs FCFS
...
get rid of particular compile-time designations by UART index. just hand
out the next free index of hardware UARTs, or indicate that none is
available any more.
use names as keys to register and free UARTs.
2024-06-02 22:41:07 +02:00
Bernhard Kirchen
5a1c3af31f
Feature: add support for a third Victron MPPT
...
only on ESP32-S3-USB. this fiddles with the available hardware UARTs to
make it possible to use a third Victron MPPT. if three MPPTs are defined
int the pin mapping, you will not be able to use the SmartShunt and JK
BMS battery interfaces.
note that using a second MPPT will also conflict with the SDM power
meter, and that conflict is not detected, yet.
2024-06-02 22:41:07 +02:00
Thomas Basler
b2515753c1
Upgrade ESP Async WebServer from 2.10.0 to 2.10.3
2024-06-02 14:13:32 +02:00
Thomas Basler
b1a8f04617
Fix: Wrong divider in gridprofile RVHF
...
Fixes #2021
The result may look wrong for some profiles (e.g. 502 Hz) but it seems to be correct as the Hoymiles parser also outputs 502 Hz. See #1606
2024-06-02 13:56:13 +02:00
Thomas Basler
ea54397cfc
Merge branch 'pr2025' into dev
2024-06-02 13:44:32 +02:00
Bernhard Kirchen
7548fceb48
check FW bin file size when creating factory.bin
2024-06-02 13:28:10 +02:00
Bernhard Kirchen
90aafe2cbf
check FW bin file size when creating factory.bin
2024-06-01 22:19:58 +02:00
Bernhard Kirchen
c22ae2bf8d
Feature: show BMS FW and HW version (JK BMS, SmartShunt)
2024-06-01 11:23:22 +02:00
swingstate
561f4be6d6
Feature: SmartShunt: process midpoint voltage and deviation
2024-05-31 21:08:15 +02:00
Bernhard Kirchen
63370e8a83
VE.Direct: prefer strncpy over strcpy
...
strcpy is not safe.
2024-05-31 20:16:29 +02:00
Bernhard Kirchen
88314f93c2
Fix: properly format Victron MPPT firmware version
2024-05-31 20:16:29 +02:00
Thomas Basler
cffa7a2b2c
Remove no more required async_tcp patch
2024-05-31 01:01:47 +02:00
Thomas Basler
b27a476507
Fix: Apply inverter settings only once and not for each channel
2024-05-31 00:56:15 +02:00
Thomas Basler
35aa835891
Merge branch 'pr2022' into dev
2024-05-31 00:52:28 +02:00
Stefan Oberhumer
8e8c463849
NFC: Includes list: Remove unneeded PinMapping.h
2024-05-31 00:30:15 +02:00
Thomas Basler
6e607f7f67
Feature: Add option to clear eventlog at midnight
2024-05-31 00:07:28 +02:00
Thomas Basler
3a4f70dc75
Added parser documentation
2024-05-30 23:27:29 +02:00
eu-gh
90eb25f503
Fix: Huawei PSU: enforce BatterySoC Limit < 100 in UI ( #992 )
2024-05-30 21:31:46 +02:00
ButterBetzi
27f264e99b
feature: JK BMS: HA auto-discovery for battery temperatures
2024-05-30 21:21:14 +02:00
Bernhard Kirchen
19c8866dd4
fix: Victron MPPT HA auto-discovery: fix unit of temperatures
2024-05-30 20:13:47 +02:00
Bernhard Kirchen
a396e7da26
docs: explain usage of MCP2515 module
2024-05-30 17:58:55 +02:00
Bernhard Kirchen
167b1b4b3a
docs: mention ADUM1201 to talk to Victron MPPTs
2024-05-30 17:58:24 +02:00
Bernhard Kirchen
6d1ad44672
docs: tell people to buy ESP32 with 8 MB of flash
2024-05-30 17:58:00 +02:00
Bernhard Kirchen
1f3972f08c
docs: mention OpenDTU Fusion board as basic hardware
2024-05-30 17:57:13 +02:00
Bernhard Kirchen
0883bf3dce
docs: do not tell users to custom-build because of pins assignments
2024-05-30 17:40:51 +02:00
Bernhard Kirchen
d821dc0e00
docs: device profile docs fully moved to wiki
2024-05-30 17:39:50 +02:00
Bernhard Kirchen
286e22b61a
README: update documentation links
...
the canonical link to the upstream docs is "opendtu.solar".
2024-05-30 17:28:38 +02:00
Bernhard Kirchen
6ab1b41f78
fix: project's name is 'OpenDTU-OnBattery' (capital 'O')
...
there were 47 matches in the repo for "OnBattery", but only 17 for
"onBattery". Also, the repo's name on github uses a capital 'O'.
2024-05-30 13:55:44 +02:00
Thomas Basler
5af7e67de7
Upgrade ESP Async WebServer from 2.9.5 to 2.10.0
2024-05-30 00:11:57 +02:00
Thomas Basler
4fea9d81a8
Upgrade espMqttClient from 1.6.0 to 1.7.0
2024-05-30 00:08:55 +02:00
Thomas Basler
72492c267f
webapp: Remove no more required locale
2024-05-30 00:05:14 +02:00
Thomas Basler
33bfde34b2
Added some missing names to grid profile parser
2024-05-29 22:48:27 +02:00
Thomas Basler
ea4e7b77f5
webapp: Remove duplicated code
2024-05-29 21:09:37 +02:00
Thomas Basler
df80953b5e
Use correct units in hardware info
2024-05-28 23:38:43 +02:00
Thomas Basler
6ce474053e
Feature: Show MCU temperature in system info
2024-05-28 23:24:08 +02:00
Thomas Basler
e211dd5be2
Add proper formatting for flashsize output
2024-05-28 21:37:20 +02:00
Thomas Basler
5761e9facf
webapp: Locale update for "screensaver"
...
Fix #2010
2024-05-28 21:32:46 +02:00
Thomas Basler
24983acf17
Merge branch 'pr2015' into dev
2024-05-28 20:13:22 +02:00
Bernhard Kirchen
bdc9c09db2
Feature: show ESP32 flash memory size in system info
2024-05-27 21:54:35 +02:00