To the question about the fan stuff: There doesn’t appear to be a good way to display that info that is baked into the home-assistant widget. At least I don’t know how to do it. If you click the three dots at the top right, you can set the fan, and see the current status. The fan settings are pretty limited, and the API from Honeywell doesn’t give you a lot of fan status updates, so I’ve done the best I can.
Hi shellster, I updated to your from the previous release (Dec 24) to your new changes you pushed last night and now I can’t connect to my T9. Any tips? I am asked to reconnect my Honeywell Dev account and it finishes successfully on the website. However, after I’m instructed to close my window, configurator is giving me this error: Failed to configure, please try again.
@elikorh Thanks for the feedback. Can you enable debugging in your configuration, and restart and check the log for any errors? I can’t imagine any of my changes breaking that particular piece unless I inadvertantly introduced a bug when porting the code back to a custom plugin.
Would you be in a position to try using the native homekit component (as I’d mentioned above) instead of the custom integration? I’m really curious if this is working for any other users as we wouldn’t need to make a specific Lyric component then.
theres 2 ways to integrate lyric. with homekit or with the honeywell lyric web api(included in hacs) If you don’t want to use cloud based stuff, homekit is the way to go.
That was a custom homekit controller component. At the time the official HA component didn’t support many devices. In the meantime support has gotten much better.
The official integration has been working fine for me for awhile now.
To setup go to the integrations page in the front-end and follow the steps for adding a ‘Homekit Accessory’
If you had tried the deprecated homekit custom component you might have to reset the homekit pairing on your thermostat so it generates a new pairing code. This was easy to find in the settings menu on my T5.
I’ve used the homekit way before but had some minor issues…maybe time to go back to that if it’s gotten better.
Part of going with HA (for me) was that I was tired of the cloud and reliability issues (mostly due to Wink’s problems)…the less I have to rely on anyone’s cloud the better!
the custom one I did wasn’t perfect indeed The whole homekit thing was quite buggy at the time. But afaik the official one is 100% reliable now, so might be a good idea.
Some help needed… I installed the Lyric component with HACS but when following the instructions I receive a 500 error after the authentication in the Honeywell develop site. Then I replaced the HACS code with the github repository of Shellster … Now I get a message that authentication has been succesfull and I can close the authentication window en to push the button Continue to finish the setup. But after this I get the message “Failed to configure, please try again”. So now the card is not displayed. Any tips?
Hey Hendry, I’m having this exact same “Failed to configure…” error as well. I PM’d my logs to @shellster so maybe he can chime in when he gets the time.
Thanks, tried the version of 24th of December… Then the component is not able to setup. When switching back to the version of 4 days ago I do get the authentication process again (but also again no way to complete this)
I’m curious as to what errors you’re receiving. Can you post them? I forked the repo and reverted to the Dec 24th commit and it’s working for me again. @shellster don’t get stressed over this! Get well soon.
BlockquoteError during setup of component lyric
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/setup.py”, line 174, in _async_setup_component
component.setup, hass, processed_config # type: ignore
File “/usr/local/lib/python3.7/concurrent/futures/thread.py”, line 57, in run
result = self.fn(*self.args, **self.kwargs)
File “/config/custom_components/lyric/init.py”, line 124, in setup
import lyric
ModuleNotFoundError: No module named ‘lyric’