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

Entities going unavailable when unpowered #6

Open
chicagoandy opened this issue Aug 22, 2024 · 2 comments
Open

Entities going unavailable when unpowered #6

chicagoandy opened this issue Aug 22, 2024 · 2 comments

Comments

@chicagoandy
Copy link

First, I wanted to say thanks for putting this together. I really do appreciate it, and it works great. I wish more people could use it, it's sad that so many people can't access their own data, but also fortunate that this still works!

My one "complaint" is how entities go unavailable overnight. Sometimes they are slow to come back, but I think this is the unreliability of the Tigo Mesh...

Could we keep the entities alive, but instead have a sensor showing connectivity status?

I have also noticed sometimes in the morning, all my panels are unavailable even after the sun has come up. There is nothing in the logs, but if I restart the integration they come back.

@nblount
Copy link

nblount commented Oct 28, 2024

I think instead of unavailable it should just log all the values as 0 unless the tigo/panel really is no longer registered on the CCA. I have one panel which due to position may not get enough sun to come online for half the day.

I have had at least one occasion where data has not been collected until the add-on was restarted in the morning.

@nblount
Copy link

nblount commented Dec 22, 2024

I have put an automation on HA to restart the integration after sunrise. You will need the Config entry ID which you can find in /config/.storage/core.config_entries.

The YAML for the automation is (replace with the Config entry ID from the file above:
alias: Reload Tigo Integration at Sunrise
description: >-
Reload Tigo Integration 5 minutes after sunrise as it gets stuck after a
period of time.
triggers:

  • trigger: sun
    event: sunrise
    offset: "00:05:00"
    conditions: []
    actions:
  • action: homeassistant.reload_config_entry
    metadata: {}
    data:
    entry_id:
    mode: single

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

2 participants