Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.

Include remote sensors in devices #2

Open
tasmin opened this issue Aug 5, 2020 · 4 comments
Open

Include remote sensors in devices #2

tasmin opened this issue Aug 5, 2020 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@tasmin
Copy link

tasmin commented Aug 5, 2020

I have the T9 thermostat with a remote sensor in my bedroom. The only way I have been able to see the data from the remote sensor is via the API on the Honeywell developer website, by using the API to get rooms:

https://api.honeywell.com/v2/devices/thermostats/{deviceID}/group/{groupID}/rooms

The response shows both the main thermostat status and the remote sensor status (they show up as accessories in the rooms).

Can we change the list of devices to be the accessories listed in the above mentioned API Response and use them in Home Assistant?

I am an experienced developer, but I am not a python expert. I can help if you need, but I will need some guidance.

Thanks,
Tasmin.

@jasondefuria jasondefuria self-assigned this Aug 5, 2020
@jasondefuria jasondefuria added the enhancement New feature or request label Aug 5, 2020
@jasondefuria
Copy link
Owner

@tasmin. Interesting- didn't know the new ones have this sensor. What does the sensor do? Occupancy?

Will look into this, though can't promise how soon. I, myself am new to python and hopefully going to work on #1 first. It seems like #1 will require a rewrite using API as well. Once that is working, then it will be time to implement this.

@tasmin
Copy link
Author

tasmin commented Aug 5, 2020 via email

@jasondefuria
Copy link
Owner

@tasmin @timmo001 has made a pending PR for native integration. Try to install and see if it polls that sensor. This will become deprecated once the native integration occurs. home-assistant/core#39695

@tasmin
Copy link
Author

tasmin commented Sep 30, 2020

@tasmin @timmo001 has made a pending PR for native integration. Try to install and see if it polls that sensor. This will become deprecated once the native integration occurs. home-assistant/core#39695

I finally got the branch code from timmo001's repo branch "honeywell-lyric-two" working in my custom_components/lyric folder. But I still do not see the remote sensor listed in the list of devices.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants