Skip to content

Commit

Permalink
Release 3.3.1 (#119)
Browse files Browse the repository at this point in the history
* change to 3.3.1, update ElegantOTA, fix custom firmware upload

* Update modbus.cpp

ID Daten per MQTT

* Create Solax-X3-PRO.json

* Update Solax-X3.json

* fix null-termination of string handling  (#96)

* some additional infos per mqtt with debuglevel > 4

some additional infos per mqtt with debuglevel > 4
- memory in kB
- uptime in sec
- wifi ssid

* Update mqtt.cpp

* Update mqtt.cpp

* Update modbus.cpp

* support for OpenWB 2.0 Api (#100)

* update

* remove unused buffer and improve clarity

* Update modbus.cpp

* minor fixes

* add optional WIFISSID/WIFIPASSWORD

* change ESP32-S2 board

* adjust openWB topics

* fix

* priorize requesting ID Data higher than LiveData (#76)

* update WiFi credentials in platformio.ini to use fixed values

* some fixes

* Update modbus.cpp

* Update modbus.cpp

* delete unnecessary newlines, fix serial-pins

* Update modbus.cpp

* Update modbus.cpp

* Update modbus.cpp

* use checkbox for selection instead of radiobuttons

* Revert "use checkbox for selection instead of radiobuttons"

This reverts commit 04f39f9.

* prevent watchdog timer event

* update

* Update modbus.cpp

* add TotalEnergyPV for GroWatt (#100)

* bugfix: fix esp crash for /getitems if using an huge register table (#76)

* use internal logging method

* fix register id definition (#113)

* remove unnecessary webserver in mqtt class

* remove unnecessary webserver in mqtt class

* handle out-of-range crash (#96 #113)

* correct unit from kVarh to kWh in Deye_SUN_SG04LP3.json

* add bitwise mappings

* datatype "binary" now available for json register definitions (PR #115)

* fix openwb topic (#114)

* fix array access direction for datatype binary (PR #115)

* fix: 1 item less than map size, because last item is default value

* fix: resolve CORS issue when downloading a stable release

---------

Co-authored-by: Lazgar <[email protected]>
  • Loading branch information
tobiasfaust and Lazgar authored Jan 11, 2025
1 parent 5a4c926 commit a10a46c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Release 3.3.1:
- BugFix: fix null-terminationof string handling (#96)
- new feature: support for OpenWB 2.0 Api (#100)
- bugfix: fix esp crash for /getitems if using an huge register table (#76)
- fix CORS Issue when download a stable release

Release 3.3.0:
- new feature: WebSerial as remote serial output (#74)
Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ _________________________________________________________________
| Any feedback is welcome |
| |
_________________________________________________________________
*/

#include "commonlibs.h"
Expand Down

0 comments on commit a10a46c

Please sign in to comment.