Commit graph

345 commits

Author SHA1 Message Date
tastendruecker123
079ba896d1 MQTT reconnect delay, fixed ESP32 build 2022-08-22 19:59:45 +02:00
Andreas Schiffler
c62996c139
Merge pull request #189 from DanielR92/patch-7
Update first draft
2022-08-21 20:21:04 +02:00
DanielR92
83a2c98792
updated the ESP8266 readme 2022-08-21 11:26:57 +02:00
DanielR92
9fbfd9389e
Update first draft
added the todo list from the post https://github.com/grindylow/ahoy/issues/142
2022-08-20 23:23:32 +02:00
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)
2022-08-20 22:44:44 +02:00
Andreas Schiffler
c152173479 Update CHANGES.md 2022-08-20 13:41:11 +02:00
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
2022-08-20 13:34:31 +02:00
tastendruecker123
0ad53d56d8
ESP32 support added
* ESP32 adjustments, compiles and runs
* Changed gitignore to ignore debug log files
2022-08-19 17:35:10 +02:00
lumapu
9ca1792480 fixed setup layout for mobile devices 2022-08-19 16:13:14 +02:00
Andreas Schiffler
6bdb2fc86a updated Changes.md 2022-08-19 15:17:14 +02:00
Andreas Schiffler
ee9d06b1ef removed change power limit on dtu startup 2022-08-19 13:28:52 +02:00
Andreas Schiffler
0b968b4591 added comment about mqtt reconnect 2022-08-19 13:18:00 +02:00
tastendruecker123
e59ca5f388 MQTT subscribe only when reconnect successful 2022-08-19 12:43:47 +02:00
Andreas Schiffler
269b0fb942 correct path for CHANGES.md 2022-08-18 22:15:32 +02:00
Andreas Schiffler
12b109c8fc Merge branch 'development' of https://github.com/grindylow/ahoy into development 2022-08-18 22:06:07 +02:00
Andreas Schiffler
fdf45926cc complete rework of release workflow add CHANGES.md 2022-08-18 22:06:02 +02:00
KlausHustede
75e6afc328 fix possible problems in struct (byte) alignment 2022-08-18 20:08:52 +02:00
Andreas Schiffler
a5f0d163f4
Merge branch 'development' into dev_private 2022-08-18 13:06:59 +02:00
Andreas Schiffler
cf94349b0a Update User Manual 2022-08-18 09:50:57 +02:00
Andreas Schiffler
aa1c498524 possible fix ref issue #162 2022-08-18 08:01:24 +02:00
fila612
0202f76d42 add FW-Data fila612 2022-08-18 07:59:33 +02:00
DanielR92
a410a8367a
Added new col. and insert new sec. inv eeprom23 2022-08-18 06:33:41 +02:00
DanielR92
9ca4655d9d
little Update 2022-08-17 20:15:04 +02:00
DanielR92
722730b9de
Update for better reading 2022-08-17 19:59:06 +02:00
DanielR92
35c672a653
Update 2022-08-17 19:54:37 +02:00
DanielR92
4318e90b1a
Update Firmware colelction 2022-08-17 19:49:01 +02:00
DanielR92
1daddbaf3c
Added a collection of inverter inforamtion
Just to see later the differenc between inverters
2022-08-17 19:34:43 +02:00
Andreas Schiffler
9efe7cf6ad Merge branch 'main' into development 2022-08-17 16:20:48 +02:00
Andreas Schiffler
011ad77fce write to dtu eeprom if pwr limit is persistent 2022-08-17 16:16:45 +02:00
DanielR92
2a22ea8885
Make table better and fix commend
Old: "I you leave the field"
New: "If you leave the field"
2022-08-17 11:31:08 +02:00
Andreas Schiffler
458639b648 button on index to get FW-Version 2022-08-17 11:30:18 +02:00
Andreas Schiffler
e8524961c5 small fix 2022-08-17 10:24:26 +02:00
Andreas Schiffler
8ec4b8e5f4 Merge branch 'main' into development 2022-08-17 10:10:39 +02:00
Andreas Schiffler
c38afda489
Merge branch 'main' into esp32-adjustments 2022-08-17 09:54:33 +02:00
Andreas Schiffler
648e128ec0 fix mqtt payload for reactive power limit 2022-08-17 09:50:37 +02:00
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)
2022-08-17 09:01:25 +02:00
Marcel Alburg
9073d2a82c in a fixed size array with an unitialized union type a uint64_t value can have a default value 2022-08-16 22:33:19 +02:00
Andreas Schiffler
16d348dc0b Improve MQTT Power Limit Handling 2022-08-16 19:09:59 +02:00
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
2022-08-16 15:19:45 +02:00
Marcel Alburg
04db808920 fix crc8 too 2022-08-15 22:55:02 +02:00
Marcel Alburg
1200ca0b79 first changes to prepare code for esp32 2022-08-15 22:42:08 +02:00
Andreas Schiffler
6ac3876092 Major Updates active power limit
See the User_Manual.md for more information about the functionality of the active power limit.
2022-08-15 20:56:54 +02:00
Andreas Schiffler
8a02c62995 Undo failed merge
- Sorry for the mess
2022-08-15 14:47:31 +02:00
Andreas Schiffler
36fb05a6dd Merge branch 'main' of https://github.com/grindylow/ahoy 2022-08-15 13:36:42 +02:00
lumapu
9a14d534d0 * refactored code
* v0.5.12
2022-08-14 21:10:21 +02:00
lumapu
94796ae173 Merge branch 'refactor' 2022-08-14 21:07:39 +02:00
Andreas Schiffler
304e947656 Merge branch 'main' 2022-08-14 11:18:54 +02:00
fila612
1746492365 Add MF & MDL for MQTT (HASSIO-Discov.) - man. Ver. 2022-08-14 07:48:05 +02:00
lumapu
a5f975bbe4 * moved wifi related stuff to extra class 2022-08-14 03:00:04 +02:00
lumapu
74f053a5ae * webinterface refactored completely 2022-08-14 02:18:53 +02:00