Adam Outler
Adam Outler
> I'm having this problem too. @adamoutler mentioned that the issue is "for only people with accounts configured to handle solar". I don't have solar capability. Is there a way...
From what I can see, it looks like fplApi.py needs the new `data` values wrapped in a try-except. The rest should be resilient.
Since you confirmed operation, I recommend submitting a pull request. kRad can take it or leave it. You can edit within the browser. It just works for me so I...
Yeah. That's a weird problem I see as well. It's like sometimes fplapi is missing data.
This was working perfectly, but it broke during the last commit where the relevant `_attr_state_class` were all commented out. https://github.com/dotKrad/hass-fpl/commit/a9d343f1f5d7e214c87ae60c34885e51b35a1a75
Still broken for months now.
I removed and readded. It came online after 2 hours. I suppose this issue could be closed, but it does need some work. On a side note the devcontainer appears...
In the event the data isn't there, when in `__init__.py`, in the method `async_setup_entry`, you can `raise ConfigEntryNotReady` to cause HA to call `async_setup_entry` again at a later time. This...
Mine are back offline. It needs to be debounced. Like if the data is empty, don't replace the data source. It needs to use the last known good value. While...
The boot partition on RPI is on p1, not p2. What platform are you talking about?