Commit graph

24 commits

Author SHA1 Message Date
DanielR92
b509f0f984
Update User_Manual.md
add Copro to the list.
https://github.com/lumapu/ahoy/issues/896
2023-08-25 23:20:16 +02:00
lumapu
55764102ce 0.7.31
* fixed docu #1085
* changed active power limit MqTT messages to QOS2 #1072
* improved alarm messages, added alarm-id to log #1089
* trigger power limit read on next day (if inverter was offline meanwhile)
* disabled improv implementation to check if it is related to 'Schwuppdizitaet'
* changed live view to gray once inverter isn't available
* added inverter status to API
* changed sum of totals on WebGui depending on inverter status #1084
* merge maximum power (AC and DC) from PR #1080
2023-08-14 01:10:17 +02:00
lumapu
fc32ba38a4 Merge branch 'GHolli-main' into development03 2023-08-04 18:37:07 +02:00
Gerald
93999ade0f Prevent line break between power limit value and its unit ("%") and remove the space between "° C". 2023-07-31 19:52:36 +02:00
lumapu
812adce64e 0.7.17
* next attempt to fix total yield day for multiple inverters #1016
* added two more states for the inverter status (also docu)
2023-07-25 22:18:33 +02:00
FelixM01
dc310a2a48
addition to the topic firmware update
I have added the topic Update your AHOY-DTU Firmware.
Based on own experience and help from discord server.
2023-04-23 13:21:15 +02:00
rejoe2
44faa0316c
MI - reviw ac calculation (#2)
* Update: RPi documentation

* Update miPayload.h

* Update README.md

* MI - remarks to user manual

* MI - getting started

* MI - user manual typos

* MI - fix AC calc

* MI - fix status msg. analysis

---------

Co-authored-by: DM6JM <micheleblank@gmx.com>
Co-authored-by: Lukas Pusch <lp@lufami.de>
2023-03-15 08:19:24 +01:00
rejoe2
02985af8f8
Merge branch 'lumapu:development03' into development03 2023-03-14 11:11:01 +01:00
lumapu
116a1e6a93 0.5.99
fix limit in [User_Manual.md](../User_Manual.md)
changed `contrast` to `luminance` in `setup.html`
try to fix SSD1306 display #759
only show necessary display pins depending on setting
2023-03-11 23:52:12 +01:00
lumapu
3e919b4d10 removed MQTT subscription sync_ntp, set_time with a value of 0 does the same #696
simplified MQTT subscription for `limit`. Check User-Manual.md for new syntax #696, #713
repaired inverter wise limit control, #713
2023-03-11 00:12:57 +01:00
rejoe2
9ffa0d3972
Add more inverters to user manual 2023-03-10 13:22:15 +01:00
rejoe2
8a7b1a07e5
add MI types to firmware version collection 2023-03-09 19:12:17 +01:00
lumapu
674a8440cf Merge branch 'main' of https://github.com/lumapu/ahoy into development03 2023-03-05 20:38:46 +01:00
tomquist
a60b6affae
Add TSOL-M1600 to firmware collection 2023-03-05 11:24:00 +01:00
lumapu
712b5af9b9 merged SH1106 1.3" Display, thx @dAjaY85
added SH1106 to automatic build
added IP address to MQTT (version, device and IP are retained and only transmitted once after boot) #556
added `set_power_limit` acknowledge MQTT publish #553
changed: version, device name are only published via MQTT once after boot
added `Login` to menu if admin password is set #554
added `development` to second changelog link in `index.html` #543
added interval for MQTT (as option). With this settings MQTT live data is published in a fixed timing (only if inverter is available) #542, #523
added MQTT `comm_disabled` #529
2023-01-07 01:15:25 +01:00
lumapu
e5de2517e2 added retained information to docu 2022-12-27 21:34:24 +01:00
lumapu
0dd90ddf5c update User_Manual.md 2022-12-27 21:12:24 +01:00
lumapu
3d6beed6b7 fix table display 2022-12-27 21:09:27 +01:00
lumapu
a8d9b7ad0b fix MQTT status update
removed MQTT `available_text` (can be deducted from `available`)
enhanced MQTT documentation in `User_Manual.md`
remvoed `tickSunset` and `tickSunrise` from MQTT. It's not needed any more because of minute wise check of status (`processIvStatus`)
changed MQTT topic `status` to nummeric value, check documentation in `User_Manual.md`
fix regular expression of `setup.html` for inverter name and channel name
2022-12-27 21:05:31 +01:00
lumapu
49b530a743 added interface class for app
refactored web and webApi -> now RestApi.h
fix calcSunrise
fixed calcSunrise trigger calculation
display zero values on /live
added changes from #483
2022-12-14 22:32:08 +01:00
lumapu
f4c3aea964 update User_Manual.md 2022-11-24 00:04:07 +01:00
lumapu
1c7746b73f User_Manual.md format 2022-11-24 00:00:38 +01:00
lumapu
b1946df32f updated REST API and MQTT to use the same functionality
added heap as MQTT publish
updated User_Manual.md to latest changes
development build will have now always the same name because of static link from https://ahoydtu.de
2022-11-23 23:57:15 +01:00
lumapu
fbad251236 refactored directory structure 2022-11-09 22:46:30 +01:00
Renamed from tools/esp8266/User_Manual.md (Browse further)