From 0955959018aed34dcb946b6cd56b37442e720fa0 Mon Sep 17 00:00:00 2001 From: oberfritze <139758614+oberfritze@users.noreply.github.com> Date: Sat, 5 Aug 2023 06:04:48 +0200 Subject: [PATCH] Add files via upload --- src/CHANGES.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/CHANGES.md b/src/CHANGES.md index b187c3c0..1ec8d9f1 100644 --- a/src/CHANGES.md +++ b/src/CHANGES.md @@ -4,14 +4,15 @@ Changelog for ahoy-all-in-one compared to 0.6.9 of the main project - prepared to show chart of grid power and total solar ac power for current days daylight period (6 a.m. to 8 p.m.) - show current grid power - show max solar ac/dc power -- improved radio retransmit (complete retransmit if nothing was received, but only when inverter ought to be active) +- improved radio retransmit (complete retransmit if nothing was received, but only when inverter ought to be active) for the hm series - shortcut radio traces a little bit DRAWBACKS: - MQTT Source is commented out (except 1 var which is used for other purpose as well) -- only up to 2 Inverters (was: 10) -- RX/TX of UART0 is used for serial interface to IR sensor. -But: Currently there is enough heap available for stable operation on a ESP8266 plattform (WEMOS D1 R1). So adjust to your needs and see if the AHOY-DTU is still stable in operation with your hw plattform. -To update firmware via USB, unplug serial connection to IR sensor first. Surprisingly during normal operation it seems that one can use a full connected USB cable (for power supply). But I'm not sure, if this allways will be true. -Of course you cannot operate a display that uses RX/TX pins of UART0, simultanously. -- Due to not matching licence of the chart lib certain parts of visualization.html are commented out. See comments there. +- only up to 2 Inverters are supported (was: 10) +- RX/TX of UART0 is used for serial interface to IR sensor. Of course you cannot operate a display that uses RX/TX pins of UART0, simultaneously. And unplug serial connection bevor updating via USB (see also below) +- Due to a non-matching licence model of the charting lib certain parts of visualization.html are commented out. See comments there. + +But: Currently there is enough heap available for stable operation on a ESP8266 plattform (WEMOS D1 R1). So adjust the number of inverters and enable MQTT to your needs and see if the AHOY-DTU is still stable in operation with your hw plattform. +To update firmware via USB, unplug serial connection to IR sensor first. Surprisingly during normal operation it seems that one can use a fully connected USB cable (for power supply). But I'm not sure if this works for all hardware plattforms. +