-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Never no sensors update #307
Comments
Comment out or remove the 'subscribe_events' entry... |
It doesn't work. |
2024-08-22_22-20-43.mp4the sensors are only updated when I reload the integration, otherwise there is no update. Here is an example with my electricity consumption |
Downgrade to 3.1. This cmoponent is simply broken starting with the new versions. |
Thank you but after multiple tests and two days, I abandoned this integration and I now use MQTT which has the advantage of being lighter at the entity level. |
Hi
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:
subscribe_events:
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
How to do for updating automatiquely my sensors ?
Thanks
The text was updated successfully, but these errors were encountered: