lumapu
ae968d618a
* added option for no powerlimit (setup)
* moved function showLiveData to web.cpp
* improved debug messages
* cleaned some code
2 years ago
lumapu
fec8758de7
* fix empty inverters save on a brandnew ESP
* replaced several {0} by memset
* erase now erases the flash with 0xff (identical to a brandnew ESP)
2 years ago
lumapu
3212aeb142
code review: added check if mqtt is enabled before sending out values
2 years ago
lumapu
03b9af216d
/setup geht noch nicht
2 years ago
Andreas Schiffler
146a1d5eea
improvment mqtt after add values
2 years ago
Andreas Schiffler
f76fbea5c2
added last alarm msg request
2 years ago
Andreas Schiffler
51fbe7868c
added command queue
+ command queue
+ feedback from inverter for actual power limit via InfoCmd -> SystemConfigPara (0x05)
+ REST API will enqueue a new info command
+ change in power limit will enqueue infocm to get actual power limit
+ actual power limit is available under mqtt topic <TOPIC>/<NAME>/ch0/PowerLimit ALWAYS in percent
+ Firmware information will be requested automatically up on start of dtu
2 years ago
tastendruecker123
0ad53d56d8
ESP32 support added
* ESP32 adjustments, compiles and runs
* Changed gitignore to ignore debug log files
2 years ago
Andreas Schiffler
ee9d06b1ef
removed change power limit on dtu startup
2 years ago
Andreas Schiffler
0b968b4591
added comment about mqtt reconnect
2 years ago
Andreas Schiffler
011ad77fce
write to dtu eeprom if pwr limit is persistent
2 years ago
Andreas Schiffler
458639b648
button on index to get FW-Version
2 years ago
Andreas Schiffler
e8524961c5
small fix
2 years ago
Andreas Schiffler
648e128ec0
fix mqtt payload for reactive power limit
2 years ago
Andreas Schiffler
3e1b120b74
0.5.14 Bug fix mqtt payload & get FWVersion
Changes 0.5.14.
- bug fix in mqtt payload handling thx to @klahus1 and silversurfer
- small improvements in code styling
- refactoring to get have the option to implement different parse for InfoCommands
- Get FWVersion by REST API call
- Display FWVersion in webui (only after REST API call)
2 years ago
Andreas Schiffler
16d348dc0b
Improve MQTT Power Limit Handling
2 years ago
Marcel Alburg
1200ca0b79
first changes to prepare code for esp32
2 years ago
Andreas Schiffler
6ac3876092
Major Updates active power limit
See the User_Manual.md for more information about the functionality of the active power limit.
2 years ago
Andreas Schiffler
8a02c62995
Undo failed merge
- Sorry for the mess
2 years ago
fila612
1746492365
Add MF & MDL for MQTT (HASSIO-Discov.) - man. Ver.
2 years ago
lumapu
a5f975bbe4
* moved wifi related stuff to extra class
2 years ago
lumapu
74f053a5ae
* webinterface refactored completely
2 years ago
lumapu
3c8a4c49a1
* first refactored version which is accessible through web interface
2 years ago
lumapu
15402dbd99
* merged showSetup (app + main)
2 years ago
lumapu
778f209eb5
* improved read / save to eep
2 years ago
lumapu
f1b19bccfe
* improved mqtt settings
2 years ago
lumapu
f92a9509a1
* Zwischenstand, compile ok
2 years ago
lumapu
ccb9fb537d
* main in app integriert, Zwischenstand
2 years ago
lumapu
c6e3cd39ba
* started refactoring
2 years ago
lumapu
e1c713fb00
* make mClient in mqtt private again ( #145 )
* v0.5.10
2 years ago
stefan123t
b663951206
0.5.9 fix PowerPFDev.Desc=0x0001 for PowerLimit
2 years ago
Andreas Schiffler
e3a6c69a4d
power limit via rest api
2 years ago
HorstG-57
ef520b65ec
in app.h defines eingebaut mit dem sich das verhalten der app in Bezug auf MQTT anpassen läst
in app.cpp bedingte Compiler Abschnitte eingebaut
2 years ago
HorstG-57
4dc64eb2d7
Meine anpassungen wegen
MQTT Intervall
MQTT Test
MQTT Subscribe muss nur nach dem MQTT Connect nicht bei jedem Connect Check
2 years ago
Andreas Schiffler
14b6e08532
alarm handling
2 years ago
Andreas Schiffler
4237a33b9c
prevent to switch off by sending zero as pwr limit
2 years ago
lumapu
155f9e3f41
* new NRF24 lib (1.4.2 -> 1.4.5)
* add build info on index.html (like OpenDTU)
* add Discord Link to index.html
2 years ago
Andreas Schiffler
406e7fdb8f
handling of reactive power limit
2 years ago
Andreas Schiffler
3b86d4d3b3
added reactive power in overview page
2 years ago
Andreas Schiffler
03bb7fbb88
bugfix pointer for pwr limit data
2 years ago
Andreas Schiffler
028aedb788
prototype webapi to get info, improved pwr limit
2 years ago
stefan123t
2c177fbfa8
add #114 ntp_server_name and port to eeprom
2 years ago
Andreas Schiffler
c915e44557
Removed set power limit to zero in intial case
2 years ago
Andreas Schiffler
6b1f027d01
devControl bugs and error handling
2 years ago
stefan123t
f657ace328
fix #106 handpickled mDevName changes from #120
2 years ago
stefan123t
7c6e068562
fix #112 switch both TX & RX channels in hmRadio.h
3 years ago
Andreas Schiffler
7ed5a0a9e1
active power limit added via mqtt and setup page
3 years ago
Kai Gerken
6014e4f850
Add handling for responses with Frame ID 0x00
3 years ago
Andreas Schiffler
d41c26a3ce
first poc set power limit via mqtt
3 years ago
fila612
193802aae4
HASS - MQTT Retained Messages
In #104 durch @KG3RK3N vorgeschlagen und von mir smoke-getestet. Scheint den gewünschten Erfolg zu bringen.
3 years ago