-
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 10 replies
-
Hello reypm - |
Beta Was this translation helpful? Give feedback.
-
@dbarnesmsn nope, I thought it was just me, but ... @allangood can you give us a hint or something to try on our end? ![]() |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Everything looks good from your pictures. The add-on doesn't use "retain=true" by default anymore. This means that when HA restarts, it cannot see the devices anymore. This has been fixed in the "dev" branch but wasn't pushed to the "main" branch yet. |
Beta Was this translation helpful? Give feedback.
-
I'm glad that the add-on is useful for you. Thank you for having the time for testing and reporting! |
Beta Was this translation helpful? Give feedback.
-
Hi @allangood , can I get some ideas on why sensors become unavailable so frequently? I am seeing logs coming out of this add-on (this is only for energy because water has not been used during night, but they do show up from time to time during the day):
The add-on seems to connect successfully to Mosquitto broker:
I have restarted both add-ons (this one and Mosquitto), and water seems to be alive and sending data, but energy is not - and that is not possible because AC is on and lights at home are on and a few more devices ![]() Can you think of anything I could be missing here? This is driving me crazy and I can't find the root cause nor the solution |
Beta Was this translation helpful? Give feedback.
-
@amordicus, here are my findings:
q: Does it matter whether I put The MQTT integration for me shows the same as you: ![]() I have this extra configuration at
|
Beta Was this translation helpful? Give feedback.
Hi @reypm and maybe @allangood can confirm that I do the right thing, I remember having problems after switching to the new and improved rtlamr2mqtt and finally got it to work.
My meters rtlamr2mqtt configuration is:
protocol: scm
name: water_meter
format: "####.###"
unit_of_measurement: m³
icon: mdi:gauge
device_class: water
state_class: total_increasing
state_class total_increasing is important for energy dashboard. And make sure your m³ is superscript in unit_of_measurement.
My mqtt configuration is (in the past I didn't need to specify the login but at one point it stopped working, I don't know why) I leave the ha_autodiscovery to true which doesn't make sense to me,…