Michael Paul
95b094a405
Update visualization_html.h
add support for apple web app
3 years ago
Michael Paul
4062fc50f8
Update visualization.html
add support for apple web app
3 years ago
lumapu
fbef2cc28a
Merge pull request #217 from thfcm/patch-1
Update README.md
3 years ago
thfcm
2dede36331
Update README.md
1. Added Table of Contents
2. Changed minimal required memory of used ESP8266 module
3. Added Link to Discord
4. Made all Headlines Titel Cased
3 years ago
lumapu
9bc68db8ae
Merge pull request #212 from thymjan/patch-1
Update README.md
3 years ago
Stefan Theurer
677a4d4e67
Update README.md
Added HM-300
3 years ago
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.
3 years ago
Andreas Schiffler
c152173479
Update CHANGES.md
3 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
3 years ago
Andreas Schiffler
76f2de853c
Merge PR #181 from tastendruecker123/esp32
ESP32 support added
3 years ago
tastendruecker123
0ad53d56d8
ESP32 support added
* ESP32 adjustments, compiles and runs
* Changed gitignore to ignore debug log files
3 years ago
lumapu
9ca1792480
fixed setup layout for mobile devices
3 years ago
Andreas Schiffler
6bdb2fc86a
updated Changes.md
3 years ago
Andreas Schiffler
ee9d06b1ef
removed change power limit on dtu startup
3 years ago
Andreas Schiffler
0b968b4591
added comment about mqtt reconnect
3 years ago
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 )
3 years ago
tastendruecker123
e59ca5f388
MQTT subscribe only when reconnect successful
3 years ago
tastendruecker123
b48256b2e8
MQTT resub only when reconnected successful
3 years ago
Andreas Schiffler
b8ed52b4a2
Merge pull request #173 from chehrlic/chris_vz
Initial plugin to directly send the values from the inverter to the v…
3 years ago
Andreas Schiffler
269b0fb942
correct path for CHANGES.md
3 years ago
Andreas Schiffler
12b109c8fc
Merge branch 'development' of https://github.com/grindylow/ahoy into development
3 years ago
Andreas Schiffler
fdf45926cc
complete rework of release workflow add CHANGES.md
3 years ago
lumapu
ec1a88dcfd
Merge pull request #172 from chehrlic/chris_readme
Add comment about missing python modules, move section about ahoy
3 years ago
lumapu
057032ecb6
Merge pull request #175 from klahus1/development_klahus1
fix alignment
3 years ago
KlausHustede
75e6afc328
fix possible problems in struct (byte) alignment
3 years ago
Christian Ehrlicher
6753be8871
Take timestamp from response instead local time
3 years ago
Christian Ehrlicher
5f6b175742
Add comment about missing python modules, move section about ahoy
example config before the 'example run' section.
3 years ago
Christian Ehrlicher
82f1562129
Initial plugin to directly send the values from the inverter to the volkszaehler middleware
3 years ago
Andreas Schiffler
18881fdffc
Merge pull request #170 from fila612/dev_private
add FW-Data fila612
3 years ago
Andreas Schiffler
a5f0d163f4
Merge branch 'development' into dev_private
3 years ago
Andreas Schiffler
cf94349b0a
Update User Manual
3 years ago
Andreas Schiffler
aa1c498524
possible fix ref issue #162
3 years ago
fila612
0202f76d42
add FW-Data fila612
3 years ago
stefan123t
3376671f8e
Merge pull request #168 from DanielR92/patch-9
Added new col. and insert new sec. inv eeprom23
3 years ago
DanielR92
a410a8367a
Added new col. and insert new sec. inv eeprom23
3 years ago
Andreas Schiffler
a06341a3ee
Merge pull request #166 from DanielR92/patch-8
Added a collection of inverter information
3 years ago
DanielR92
9ca4655d9d
little Update
3 years ago
DanielR92
722730b9de
Update for better reading
3 years ago
DanielR92
35c672a653
Update
3 years ago
DanielR92
4318e90b1a
Update Firmware colelction
3 years ago
DanielR92
1daddbaf3c
Added a collection of inverter inforamtion
Just to see later the differenc between inverters
3 years ago
Andreas Schiffler
9efe7cf6ad
Merge branch 'main' into development
3 years ago
Andreas Schiffler
011ad77fce
write to dtu eeprom if pwr limit is persistent
3 years ago
lumapu
e3b9abc5ff
Merge pull request #161 from DanielR92/patch-7
Make table nicer and fix text in the document
3 years ago
DanielR92
2a22ea8885
Make table better and fix commend
Old: "I you leave the field"
New: "If you leave the field"
3 years ago
Andreas Schiffler
458639b648
button on index to get FW-Version
3 years ago
Andreas Schiffler
e8524961c5
small fix
3 years ago
Andreas Schiffler
8ec4b8e5f4
Merge branch 'main' into development
3 years ago
Andreas Schiffler
4a2e580384
Merge pull request #157 from a-marcel/esp32-adjustments
Esp32 adjustments
3 years ago
Andreas Schiffler
c38afda489
Merge branch 'main' into esp32-adjustments
3 years ago