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
3a51f3545c
improved generation of power limit control html select element
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
DanielR92
5c33690f1a
Update Scheduler / Task manager + MQTT
2 years ago
DanielR92
41e67e1782
Added a Hint for update from a low version to new
2 years ago
Andreas Schiffler
146a1d5eea
improvment mqtt after add values
2 years ago
Andreas Schiffler
0af251bff9
added esp32 to release work flow
2 years ago
Andreas Schiffler
f76fbea5c2
added last alarm msg request
2 years ago
tastendruecker123
079ba896d1
MQTT reconnect delay, fixed ESP32 build
2 years ago
DanielR92
83a2c98792
updated the ESP8266 readme
2 years ago
DanielR92
9fbfd9389e
Update first draft
added the todo list from the post https://github.com/grindylow/ahoy/issues/142
2 years ago
DanielR92
8f389f8939
Delete checkserial() in the input field
Webbrowser error when the site 'setup' is called.
JS function not exist.
https://github.com/grindylow/ahoy/issues/184 (first row)
2 years ago
Andreas Schiffler
c152173479
Update CHANGES.md
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
lumapu
9ca1792480
fixed setup layout for mobile devices
2 years ago
Andreas Schiffler
6bdb2fc86a
updated Changes.md
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
tastendruecker123
e59ca5f388
MQTT subscribe only when reconnect successful
2 years ago
Andreas Schiffler
269b0fb942
correct path for CHANGES.md
2 years ago
Andreas Schiffler
fdf45926cc
complete rework of release workflow add CHANGES.md
2 years ago
KlausHustede
75e6afc328
fix possible problems in struct (byte) alignment
2 years ago
Andreas Schiffler
cf94349b0a
Update User Manual
2 years ago
Andreas Schiffler
aa1c498524
possible fix ref issue #162
2 years ago
fila612
0202f76d42
add FW-Data fila612
2 years ago
DanielR92
a410a8367a
Added new col. and insert new sec. inv eeprom23
2 years ago
DanielR92
9ca4655d9d
little Update
2 years ago
DanielR92
722730b9de
Update for better reading
2 years ago
DanielR92
35c672a653
Update
2 years ago
DanielR92
4318e90b1a
Update Firmware colelction
2 years ago
DanielR92
1daddbaf3c
Added a collection of inverter inforamtion
Just to see later the differenc between inverters
2 years ago
Andreas Schiffler
011ad77fce
write to dtu eeprom if pwr limit is persistent
2 years ago
DanielR92
2a22ea8885
Make table better and fix commend
Old: "I you leave the field"
New: "If you leave the field"
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
Marcel Alburg
9073d2a82c
in a fixed size array with an unitialized union type a uint64_t value can have a default value
2 years ago
Andreas Schiffler
16d348dc0b
Improve MQTT Power Limit Handling
2 years ago
Andreas Schiffler
ac79828eb5
0.5.13 Bug fixes and minor updates
- Solves Issue 156, 158, 159
- Uncheck "Reboot after save" by default, It is only madatory if an inverter is added or changed (name,address)
- Add "*" to denote mandatory fields in setup
- Remove "MQTT Interval read only" in setup
- Correct typos in Markdown files
2 years ago
Marcel Alburg
04db808920
fix crc8 too
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
lumapu
9a14d534d0
* refactored code
* v0.5.12
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