Get Cyble Itron Everblu Meter data with a CC1101 and ESP

Hi,

i am trying to send my water meter data with a cc1101 via MQTT and a D1 mini to Home Assistant via an Arduino Scetch.

I am using the code from this project.
https://github.com/psykokwak-com/everblu-meters-esp8266

Unfortunately the developer does react to open issues on Github. Therefore i hope to find support and answers here!

When i open the serial monitor i can see the read data from the meter. Means the cc1101 communicates with the meter.

But unfortunately the data is not send to Home Assistant. Basically my WiFi and MQTT settings are correct as i can see the d1 in my router and a new MQTT device was cretaed in Home Assistant.

The thing where i am really confused is that i dont see with an MQTT explorer that data is send to Home Assistant. But the water meter data is visible in the serial monitor.

Maybe someone has also tried to get this project running or can give me tipps how to debug this issue?

I would forget the meter for now and write a simpler sketch to prove to yourself that you can send some fake data to MQTT. Then you can worry about parsing the meter data and transmitting it.

If i would can i would write a sketch but i have not the knowledge to do so!

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.