Good morning,
I don’t understand why the sensor that tells me the filtration time of my pool is not updating.
I installed correctly I think Remote Home Assistant and I retrieve the value when launching my remote Home Assistant. However, the sensor does not update UNLESS I do “Reload” in the integration. It does the same to me with my power consumption sensor.
I tried to create an automation that starts the reload every minute but it doesn’t update. Only reloading via the integration page works.
It’s as if the original HA isn’t “pushing” data to the other HA. Does this do it to you too? Have you managed to retrieve sensors in real time from one HA to another and if so how?
THANKS
Hello denisb88,
You may have to share some of the code that you think isn’t working for us to help. Also exactly what do you mean by:
Could mean a couple of things.
on the source of my data
and in configuation yaml
I use last update of HA (2024.8.2) on each instance
I started with a clean installation. I put on my HA source:
remote_homeassistant:
instances:
Then I did a YAML installation on my destination HA with:
remote_homeassistant:
instances:
- host: 192.168.1.120
port: 8123
secure: false
verify_ssl: false
access_token: blablabla
include:
domains:
- sensor
- switch
subscribe_events:
- state_changed
- service_registered
The integration connects well, the sensors are reassembled but just when loading the integration. Then there is no change to all sensors unless I reload the integration