-
Notifications
You must be signed in to change notification settings - Fork 13
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
Having an ir device without an associated puck crashes getting updates #91
Comments
That is due to Flair HVAC (mini split/other IR controlled units) needing to have a "controller" Puck associated with them. If you use the Flair app, you'll likely see a warning related to this for the fake HVAC unit that you created. Within Home Assistant, the Puck being online/offline is used to determine if the IR controlled HVAC unit climate entity is available (since an associated puck is used to control a unit). In your case, you have a few options:
|
I'll try to see if I can sneak some time next week to see if I can alter the python to just short circuit to offline if the puck is missing and submit a PR. Or worst case skip importing the device. |
Edit: I see what you're saying. Apologies, I misinterpreted it initially. I can incorporate a check, which will mark the entity unavailable and log a warning - This way it satisfies your use case, but also alerts those who are using real units to a potential issue in their setup. |
I rearranged some devices in my home and found an issue that causes the home assistant plugin to stop getting temperature/state data from flair. It will load it once when you reload the plug-in but never again.
I had previously made a fake heater ir device to appease flair warnings about not having a zone in a room with a vent
The text was updated successfully, but these errors were encountered: