Replies: 3 comments 1 reply
-
The SPI connection to the inverter seems to work correctly (it says "connected" and is able to read the chip type). If you've double checked the IRQ pin and also tripple checked the inverter serial number, it could be that its related to the RF module. We already had several messages that a change of the module fixed the issue. Did you already try the second module you bought? |
Beta Was this translation helpful? Give feedback.
-
Thanks for info. I found the error, after your info with IRQ pin. It was it. Basicly the pin was correct on board, that was the only way to get the blue light, but then in platformio.ini file i added build flags with pins, and it works. The IRQ pin on my board is not pin 16, and i do not have pin 16, it is pin 2. build_flags = ${env.build_flags} I got connected to inverter. |
Beta Was this translation helpful? Give feedback.
-
There is RX2.... But for now got it working this way. Also 3.3v is o by me on the other side. |
Beta Was this translation helpful? Give feedback.
-
Hi!
I am trying to connect, but no way.
Always the same in log:
17:41:03.095 > Fetch inverter: 114182126368
17:41:03.100 > Request SystemConfigPara
17:41:03.102 > TX RealTimeRunData Channel: 23 --> 15 82 12 63 68 98 01 86 08 80 0B 00 63 58 03 8E 00 00 00 00 00 00 00 00 86 D3 F1
17:41:03.347 > RX Period End
17:41:03.349 > All missing
17:41:03.349 > Nothing received, resend whole request
17:41:03.353 > TX RealTimeRunData Channel: 40 --> 15 82 12 63 68 98 01 86 08 80 0B 00 63 58 03 8E 00 00 00 00 00 00 00 00 86 D3 F1
17:41:03.595 > RX Period End
17:41:03.598 > All missing
17:41:03.599 > Nothing received, resend whole request
17:41:03.602 > TX RealTimeRunData Channel: 61 --> 15 82 12 63 68 98 01 86 08 80 0B 00 63 58 03 8E 00 00 00 00 00 00 00 00 86 D3 F1
17:41:03.845 > RX Period End
17:41:03.848 > All missing
17:41:03.848 > Nothing received, resend whole request
Not sure what is wrong. Do i have bad, or non compatible HW?
I got: https://www.makershop.de/module/funk/2x-nrf24l01/
and: https://www.makershop.de/plattformen/nodemcu/espressif-esp32-dev-kit-board/
This looks good:
Both leds are on on the board, red and blue.
Not sure where to look fruther.
EDIT I am 1m from Inverter without walls, i tried also few cm from Inverner. And i am using Hoymiles HM-600. I have entered serial correctly.
Beta Was this translation helpful? Give feedback.
All reactions