Commit graph

596 commits

Author SHA1 Message Date
Andreas Schiffler
a208e5450d add github actions for dev builds
Build automatically the firmware under tools/esp8266 for any branchs whichs matchs the widlcard development* and plces the binaries in the action artifacts
2022-08-29 20:27:32 +02:00
Stefan Theurer
677a4d4e67
Update README.md
Added HM-300
2022-08-28 08:33:53 +02:00
lumapu
ae968d618a * added option for no powerlimit (setup)
* moved function showLiveData to web.cpp
* improved debug messages
* cleaned some code
2022-08-26 16:34:10 +02:00
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)
2022-08-26 12:47:32 +02:00
lumapu
3a51f3545c improved generation of power limit control html select element 2022-08-25 10:49:31 +02:00
lumapu
3212aeb142 code review: added check if mqtt is enabled before sending out values 2022-08-25 09:59:21 +02:00
Andreas Schiffler
8bf539aea4
Merge pull request #200 from DanielR92/patch-10
Update Scheduler / Task manager + MQTT
2022-08-24 20:17:50 +02:00
Andreas Schiffler
87b45d5a26
Merge pull request #199 from DanielR92/patch-8
Added a Hint for update from a low version to new
2022-08-24 20:17:13 +02:00
DanielR92
5c33690f1a
Update Scheduler / Task manager + MQTT 2022-08-24 20:06:48 +02:00
DanielR92
41e67e1782
Added a Hint for update from a low version to new 2022-08-24 19:36:34 +02:00
Andreas Schiffler
146a1d5eea improvment mqtt after add values 2022-08-24 08:31:33 +02:00
Andreas Schiffler
0af251bff9 added esp32 to release work flow 2022-08-23 19:44:22 +02:00
Andreas Schiffler
f76fbea5c2 added last alarm msg request 2022-08-23 17:52:07 +02:00
lumapu
cbebfea238
Merge pull request #194 from tastendruecker123/dev2
MQTT reconnect delay, fixed ESP32 build
2022-08-22 20:45:09 +02:00
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
Andreas Schiffler
dddb7654bf
Merge pull request #188 from DanielR92/patch-6
Update Readme start
2022-08-21 20:20:39 +02:00
Andreas Schiffler
45ae413aa7
Merge pull request #187 from DanielR92/patch-5
Delete checkserial() in the input field
2022-08-21 20:20:16 +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
ba45d13faf
Update Readme start
Start to review the whole documentation and rewrite it. 
First draft. :)
2022-08-20 23:17:37 +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
348ad4bd07
Merge pull request #180 from grindylow/development
Development -> Main 0.5.15

- v0.5.15
    * Bug fix: mqtt payload handling (thx @klahus1, silverserver)
    * Bug fix: eeprom alignment fixed (thx @klahus1)
    * mqtt reconnect improvements (thx @tastendruecker123 , @HorstG-57 )
    * simple command scheduler (one place fifo)
    * InverterDevInform_All Command parser and output to mqtt
    * New workflow to build github release
    * Introduction of a command queue (like OpenDTU)
    * Feedback from inverter for actual power limit via InfoCmd -> SystemConfigPara (0x05) placed in visualization
    * REST API will enqueue a new info command (all commands supported)
    * Change in power limit will (Setup, MQTT or REST API) enqueues a new infocmd request to get actual power limit
    * Actual power limit is available under MQTT topic <TOPIC>/<INVERTER-NAME>/ch0/PowerLimit ALWAYS in percent
    * Firmware information will be requested automatically up on start of dtu
    * Added User_Manual.md

- Known Open Points
   * Not all parsers are implemented but can now easy be down by just adding byte mapping
   * More than one InfoCmd in the loop WILL require a stream/websocket to update live data.
2022-08-20 13:44:30 +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
Andreas Schiffler
76f2de853c
Merge PR #181 from tastendruecker123/esp32
ESP32 support added
2022-08-19 18:14:19 +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
Andreas Schiffler
4f62d10598
Merge pull request #179 from tastendruecker123/mqttfix
MQTT resubscribe only when reconnected successfully, don't call reconnect() when client is still connected (Issue #176)
2022-08-19 13:02:35 +02:00
tastendruecker123
e59ca5f388 MQTT subscribe only when reconnect successful 2022-08-19 12:43:47 +02:00
tastendruecker123
b48256b2e8 MQTT resub only when reconnected successful 2022-08-19 12:42:14 +02:00
Andreas Schiffler
b8ed52b4a2
Merge pull request #173 from chehrlic/chris_vz
Initial plugin to directly send the values from the inverter to the v…
2022-08-19 08:30:23 +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
lumapu
ec1a88dcfd
Merge pull request #172 from chehrlic/chris_readme
Add comment about missing python modules, move section about ahoy
2022-08-18 22:02:47 +02:00
lumapu
057032ecb6
Merge pull request #175 from klahus1/development_klahus1
fix alignment
2022-08-18 22:01:48 +02:00
KlausHustede
75e6afc328 fix possible problems in struct (byte) alignment 2022-08-18 20:08:52 +02:00
Christian Ehrlicher
6753be8871 Take timestamp from response instead local time 2022-08-18 18:06:20 +02:00
Christian Ehrlicher
5f6b175742 Add comment about missing python modules, move section about ahoy
example config before the 'example run' section.
2022-08-18 17:10:33 +02:00
Christian Ehrlicher
82f1562129 Initial plugin to directly send the values from the inverter to the volkszaehler middleware 2022-08-18 17:03:03 +02:00
Andreas Schiffler
18881fdffc
Merge pull request #170 from fila612/dev_private
add FW-Data fila612
2022-08-18 13:07:15 +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
stefan123t
3376671f8e
Merge pull request #168 from DanielR92/patch-9
Added new col. and insert new sec. inv eeprom23
2022-08-18 07:12:07 +02:00