-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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 --------- Co-authored-by: Lazgar <[email protected]>
- Loading branch information
1 parent
9b1eed4
commit 5a4c926
Showing
33 changed files
with
1,626 additions
and
1,181 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
[ | ||
{ | ||
"version": "1.9", | ||
"topics": [ | ||
{ "setpvw": "openWB/set/pv/#InverterID#/W" }, | ||
{ "setbatw": "openWB/set/houseBattery/W"}, | ||
{ "setbatsoc": "openWB/set/houseBattery/%Soc"}, | ||
{ "setbatexpwh": "openWB/set/houseBattery/WhExported"}, | ||
{ "setbatimpwh": "openWB/set/houseBattery/WhImported"}, | ||
{ "setcounterwh": "openWB/set/pv/#InverterID#/WhCounter"} | ||
] | ||
}, | ||
{ | ||
"version": "2.0", | ||
"topics": [ | ||
{ "setpvw": "openWB/set/pv/#InverterID#/get/power" }, | ||
{ "setbatw": "openWB/set/bat/#BatteryID#/get/power"}, | ||
{ "setbatsoc": "openWB/set/bat/#BatteryID#/get/soc"}, | ||
{ "setbatexpwh": "openWB/set/bat/#BatteryID#/get/exported"}, | ||
{ "setbatimpwh": "openWB/set/bat/#BatteryID#/get/imported"}, | ||
{ "setcounterwh": " openWB/set/pv/#InverterID#/get/exported"} | ||
|
||
] | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.