everblu-meters-esp8266
                                
                                 everblu-meters-esp8266 copied to clipboard
                                
                                    everblu-meters-esp8266 copied to clipboard
                            
                            
                            
                        ESP32 not working, until a tweak on my boards
First of all, thank for this nice port, it really helped me a lot.
I ported this code to a specific ESP32 board (keeping compability with other ESP32) and it was not working until I uncomment 2 lines with delay(30).
It took me some time to figure it out, I tried first on Raspberry Pi with my mini cc1101-e07-pi shield to verify that my meter was answering it it was. Then I just compared code until I decided to uncomment then. They it started to works like a charm. May be ESP32 is faster so we need to delay (like Pi) and not on ESP8266
Anyway I added some features on my fork like autoscan, save frequency, deep-sleep (my board run on battery), battery monitoring, RSSI, more MQTT messages, ...
All compile on VScode with provided platformio.ini, all parameters are explained in the readme file
Any feedback would be appreciated.
Thanks to all that have been working hard to achieve this wonderfull feature in our home automation.