Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
Updated CHANGES.md about NRF24L01+ radio send channel evaluation
  • Loading branch information
oberfritze authored Aug 12, 2023
1 parent 9a7b1e4 commit 12a9da5
Show file tree
Hide file tree
Showing 2 changed files with 542 additions and 539 deletions.
37 changes: 19 additions & 18 deletions src/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
Changelog for ahoy-all-in-one compared to 0.6.9 of the main project

- read SML/OBIS from UART (stream parser with min resources needed); Connections 9600,8,n,1, GND-GND, VCC-3V3, TX-TX, RX-RX
- 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) 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 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.

Changelog for ahoy-all-in-one compared to 0.6.9 of the main project

- configurable read SML/OBIS from UART (stream parser with min resources needed); Connections 9600,8,n,1, GND-GND, VCC-3V3, TX-TX, RX-RX
- 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) for the hm series)
- Heuristic for choosing the best send channel (of 5 possible) helps reducing retransmits
- 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 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.

Loading

1 comment on commit 12a9da5

@oberfritze
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Warum bringt dieses git Tool auf einmal kein vernueftiges Delta mehr zustande? So ein ...
Geändert in app.cpp: Aufruf von resetSendChannelQuality(), damit das Spiel jeden Tag von neuem beginnt.

Please sign in to comment.