-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
Feature: Official core integration? #60
Comments
Hey, this is for a different line of thermostats (anything that’s controlled via the Neo hub) the existing core integration is for an older (?) stat that communicates directly over a com port I believe. They are complimentary rather than competing if that makes sense |
Hopefully we are getting there... First of all, device specific communication needs to happen via external python library, not directly inside integration. @DrTree and I were working on this and this part is close to being finished (#59). Then I think https://developers.home-assistant.io/docs/device_registry_index/ has to be implemented in this integration, so that it shows devices (e.g. NeoHub, NeoStats and not just entities). That's hopefully fairly easy. Then most importantly, we need to make sure integration is stable. So it would be good if more people could test it. There might be slightly different devices/configuration than what I have and it would be good if they are all supported (e.g. I only have heating, no cooling), I don't have NeoPlugs... And then I guess it might be time to try to push this into core. |
Oh, also one thing I forgot to mention that would be nice is adding support to pairing new devices... Hopefully not too hard, but somebody has to look at Home Assistant documentation and find the right HA API to setup frontent (our backend library has support for pairing). |
What's the current status of this item? |
I'm running Home Assistant on some slow hardware where I'd rather not install HACS.
Just wondered if there were any plans to get this merged in to core, or what remains to be done before this can happen?
I was also curious if the plan would be to replace the existing Heatmiser integration or add an additional one, if your project is specific to the neoStat line of thermostats?
I have a neoStat thermostat and use the Heatmiser Neo iOS app. The current official integration doesn't seem to set up correctly, but looks like your integration would.
The text was updated successfully, but these errors were encountered: