stefan123t
stefan123t
@chmuc01 have you tried the v0.8.152 and used the minimal firmware image, i.e. without the graph ? How many inverters have you configured in your AhoyDTU and what is the...
@swoboda1337 that is some serious bit banging you are doing here. 🎩 Chapeau! @LorbusChris love seeing SX127x LoRaWAN chipsets being put to purpose here using ESPHome. What is the reason...
@swoboda1337 thanks for trying to enlighten and educate me, much appreciated. I think I got at least the gist of it 😅 You guys definitely rock! The maximum packet size...
@Jumperm there is a whole library for the NRF which we use in [OpenDTU](https://github.com/tbnobody/OpenDTU) and [Ahoy!DTU](https://github.com/lumapu/ahoy) projects: https://github.com/nRF24/RF24 It is based on GPLv2 in case you are curious. I got...
@LorbusChris thanks for explaining your goals of standardization and maintenance. I understand that it will also allow to refine and refactor the actual parsing and rf comms code which is...
The first and last Bytes should be `7E` SOF / `7F` EOF according to the Hoymiles GD32 -> nRF24L01+ / CMT2300A protocol. But in your logs I see `1b` and...
The Hoymiles protocol uses only the latter part for communication, i.e. the first few chars are encoding the Hoymiles Model / Type identifier and are never transmitted on air. You...
Thanks yes that does the trick for single files. Sorry for the noise I should have read the fine manual first / too. Maybe add 'o'pen and 'c'lose to the...
@DV-STUDIOS-DE did you notice the fine manual: [User_Manual.md](https://github.com/lumapu/ahoy/blob/main/manual/User_Manual.md#power-limit-relative-non-persistent-) ?
The Flole Mod changes the firmware of the inverter so that it has a new max peakpower. We are using a table of firmware serial numbers to detect the model...