Skip to content
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

Open
denisb88 opened this issue Aug 22, 2024 · 5 comments
Open

Never no sensors update #307

denisb88 opened this issue Aug 22, 2024 · 5 comments

Comments

@denisb88
Copy link

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:

    • 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
      How to do for updating automatiquely my sensors ?
      Thanks
@jaym25
Copy link
Collaborator

jaym25 commented Aug 22, 2024

Comment out or remove the 'subscribe_events' entry...

@denisb88
Copy link
Author

It doesn't work.
I restored a clean install.
I then entered the ip address, port, token
and I left the rest blank. I just put a prefix
All the sensors are present but none are updated.

@denisb88
Copy link
Author

2024-08-22_22-20-43.mp4

the sensors are only updated when I reload the integration, otherwise there is no update. Here is an example with my electricity consumption

@szymucha94
Copy link

szymucha94 commented Aug 25, 2024

Downgrade to 3.1. This cmoponent is simply broken starting with the new versions.

@denisb88
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants