everblu-meters-esp8266
everblu-meters-esp8266 copied to clipboard
Fetch water usage data from Cyble meters for esp8266
Rapidly looking at the code it seems that two very important features of the CC1101 chip are not used/disabled : - Frequency Synthesizer auto calibration - Frequency shift compensation witch...
Here is the stack trace. I don't know how to solve. `Decoding stack results 0x40101154: _stopPWM(uint8_t) at /Users/damien/Library/Arduino15/packages/esp8266/hardware/esp8266/3.0.2/cores/esp8266/core_esp8266_waveform_pwm.cpp line 264 0x401005e0: __digitalWrite(uint8_t, uint8_t) at /Users/damien/Library/Arduino15/packages/esp8266/hardware/esp8266/3.0.2/cores/esp8266/core_esp8266_wiring_digital.cpp line 87 0x40201050: wiringPiSPIDataRW(int, unsigned...
I've been able to get MQTT and the ESP8266 to communicate with HA, but I've not been able to get any information from the UK Itron EverBlu Cyble Enhanced v2.1....
Bonjour, Problème de compilation/ J'ai changé : ligne 31 char *jsonTemplate par const char *jsonTemplate J'ai toujours un problème après changement. Merci pour l'aide
Not really an issue, just confirming that it works with Itron AnyQuest Cyble Basic v1.1. You have to be really close to the meter (2 meters) but it does read...
Hi, I only get the message “Unable to retrieve data from meter. Retry later..." no matter how long it runs Can someone help me?
A small update to do to avoid warnings following the future mqtt change. https://community.home-assistant.io/t/psa-mqtt-name-changes-in-2023-8/598099/89
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...
Hi there, I started testing this meter reading project on Thursday. I thought I'd start off with the Raspberry Pi version (https://github.com/neutrinus/everblu-meters) since it would be quicker to debug in...
Hello, I try your frequency scan but on the arduino monitor i've juste some "?". I don't understand what I did wrong. Someone can help me ?