Patrick Amrhein
ec8590c30f
mqtt redesign mit subscribe / unsubcribe der topic (Teamwork tictrick + Daniel92)
9 months ago
lumapu
29a3843c47
code formatting
10 months ago
Patrick Amrhein
9e3befa4ac
Update pubMqtt.h - Bugfix #1673
10 months ago
tictrick
5adef54d4f
Update pubMqtt.h - Bugfix #1673
Ahoy reboots because MQTT receives a Topic
10 months ago
lumapu
7336981c62
fix compilation of ESP8266
10 months ago
lumapu
034cbd57b1
0.8.124
* improved MqTT `OnMessage` (threadsafe)
10 months ago
Patrick Amrhein
aa9da851a1
merge development03
10 months ago
lumapu
940cd71582
reviewed PR #1541
10 months ago
geronet1
07dfb5fcd3
HMT-1600/1800/2000 support
10 months ago
lumapu
abc760e4d2
0.8.115
* fixed calculation of max AC power (API, MqTT)
11 months ago
Patrick Amrhein
3375d3c8a9
0.8.1030009
11 months ago
Patrick Amrhein
4c5e805370
0.8.1030004
11 months ago
lumapu
e08d84aab2
0.8.111
* fix MqTT discovery field `ALARM_MES_ID` #1591
* fix Wifi reconnect for ESP32 #1589 #1575
* open link from `index.html` in new tab #1588 #1587
12 months ago
lumapu
e76722ad33
0.8.110
* add disable retain flag #1582
12 months ago
Patrick Amrhein
4eb79ff7dc
ZE Bugfix mqtt
12 months ago
lumapu
4de26c8bc4
0.8.106
* change MqTT return value of power limit acknowledge from `boolean` to `float`. The value returned is the same as it was set to confirm reception (not the read back value)
12 months ago
lumapu
29adc76936
0.8.105
* cleanup of `defines.h`
1 year ago
lumapu
7ee1f992cb
0.8.103
* fix cppcheck warnings
* changed MqTT retained flags of some topics
1 year ago
geronet1
d664221e54
mCfgMqtt statt cfg_mqtt
1 year ago
geronet1
59b1fe866f
mqtt->rssi nicht in /ch0/, mqtt->json kein YieldDay/YieldTotal einzeln
1 year ago
DanielR92
6ab3c6fb5e
first steps MQTT
1 year ago
geronet1
5294ae3009
MQTT JSON Payload pro Kanal und total, auswählbar
NodeRED Beispiel
Bug #1522
1 year ago
lumapu
89f7b4f1c6
ethernet and wifi are working for ESP32
1 year ago
you69man
49508ba78e
fix two warnings1) C++ forbids converting a string constant to 'char*'
2) suggest paranthesis around '&&' within '||'
1 year ago
lumapu
c7f7d77fb2
0.8.84
* fix homeassistant autodiscovery #1432
1 year ago
lumapu
31232bfd80
0.8.80
* optimize API authentication, Error-Codes #1415
* breaking change: authentication API command changed #1415
* breaking change: limit has to be send als `float`, `0.0 .. 100.0` #1415
* updated documentation #1415
* fix don't send control command twice #1426
1 year ago
lumapu
7c532ca1cc
0.8.76
* revert changes from yesterday regarding snprintf and its size #1410 , #1411
* reduced cppcheck linter warnings significantly
* try to improve ePaper (ghosting) #1107
1 year ago
lumapu
90d4df4b91
0.8.75
* fix active power control value #1406 , #1409
* update Mqtt lib to version `1.6.0`
* take care of null terminator of chars #1410 , #1411
1 year ago
lumapu
3740a09d2a
0.8.74
* reduced cppcheck linter warnings significantly
1 year ago
lumapu
77b1f96c03
0.8.63
* made code review
* fixed endless loop #1387
1 year ago
lumapu
93b53a10d9
0.8.59
* merge PR: solve display settings dependencies #1369
* fix language typos #1346
* full update of ePaper after booting #1107
* fix MqTT yield day reset even if `pause inverter during nighttime` isn't active #1368
1 year ago
lumapu
60111d0696
0.8.54
* added minimal version (without: MqTT, Display, History), WebUI is not changed!
* added simulator (must be activated before compile, standard: off)
* changed communication attempts back to 5
1 year ago
lumapu
ca6ebfe0fe
0.8.53
* fix history graph
* fix MqTT yield day #1331
1 year ago
lumapu
f2e1e536f5
0.8.41
* fix display timeout (OLED) to 60s
* change offs to signed value
1 year ago
lumapu
3dd4997094
0.8.40
* fix display of sunrise and sunset in `/system` #1308
* fix MqTT set power limit #1313
1 year ago
lumapu
2cda39c9f9
0.8.39
* fix MqTT dis_night_comm in the morning #1309
* seperated offset for sunrise and sunset #1308
1 year ago
lumapu
b611be8042
compile ok, function not ok
1 year ago
lumapu
8b379f768e
0.8.29
* fix MqTT generic topic `comm_disabled` #1265 #1286
* potential fix of #1285 (reset yield day)
* fix fraction of yield correction #1280
1 year ago
lumapu
ec30cc21ea
0.8.13
* merge PR #1239 symbolic layout for OLED 128x64 + motion senser functionality
* fix MqTT IP addr for ETH connections PR #1240
1 year ago
lumapu
1bc3a0f06f
0.8.7
* fix ESP8266 inverter settings #1226
* send radio statistics via MqTT #1227
* made night communication inverter depended
* added option to prevent adding values of inverter to total values (MqTT only) #1199
1 year ago
lumapu
c98d35d7c4
0.8.4
* changed MqTT alarm topic, removed retained flag #1212
* reduce last_success MQTT messages (#1124 )
1 year ago
Alexander Dahl
ae3e98e77d
Fix typos throughout code
Found with `codespell -w -i3 src/**` and reviewed manually.
Fixes : #1112
2 years ago
lumapu
ed268d1b63
0.7.35
* fixed timestamp for alarms send over MqTT
* auto-patch of `AsyncWebServer` #834 , #1036
* Update documentation in Git regarding `ESP8266` default NRF24 pin assignments
2 years ago
lumapu
55764102ce
0.7.31
* fixed docu #1085
* changed active power limit MqTT messages to QOS2 #1072
* improved alarm messages, added alarm-id to log #1089
* trigger power limit read on next day (if inverter was offline meanwhile)
* disabled improv implementation to check if it is related to 'Schwuppdizitaet'
* changed live view to gray once inverter isn't available
* added inverter status to API
* changed sum of totals on WebGui depending on inverter status #1084
* merge maximum power (AC and DC) from PR #1080
2 years ago
lumapu
e5b5972cae
0.7.29
* MqTT alarm data was never sent, fixed
* REST API: added alarm data
* REST API: made get record obsolete
* REST API: added power limit acknowledge `/api/inverter/id/[0-x]` #1072
2 years ago
lumapu
cbdb15050f
0.7.26 release
fix MqTT `last_success`
2 years ago
lumapu
85dae3805f
0.7.24
* merge PR #1069 make MqTT client ID configurable
* fix #1016 , general MqTT status depending on inverter state machine
* changed icon for fully available inverter to a filled check mark #1070
* fixed `last_success` update with MqTT #1068
* removed `improv` esp-web-installer script, because it is not fully functional at this time
2 years ago
Martin Riedel
5f9015f7ad
Add client id for mqtt
2 years ago
lumapu
3a944d182b
0.7.23
* merge PR #1056 , visualization html
* update MqTT library to 1.4.4
* update RF24 library to 1.4.7
* update ArduinoJson library to 6.21.3
* set minimum invervall for `/live` to 5 seconds
2 years ago
lumapu
47c4ca6551
0.7.22
* attempt to fix homeassistant auto discovery #1066
2 years ago