-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I have XR724 thermostat and looks like API to work with it is different from XR724.
Data about it is not visible with https://www.mynexia.com/houses/{HOUSE_ID}/xxl_thermostats request, but at least from web site UI can be accessed with request to https://www.mynexia.com/houses/{HOUSE_ID}/diagnostics/thermostats/{DEVICE_ID}
Sample of this data:
{
"name":"Second floor",
"temperature_scale":"c",
"temperature":"24.5",
"heat_setpoint":"24.0",
"cool_setpoint":"27.0",
"min_cool_setpoint":"13",
"max_cool_setpoint":"37",
"min_heat_setpoint":"13",
"max_heat_setpoint":"37",
"setpoint_increment":0.5,
"humidity":"35",
"outdoor_temperature":"",
"mode":"Auto",
"run_mode":"Run Schedule",
"fan_mode":"Auto",
"operating_state":"System Idle",
"fan_state":"Fan Off",
"display_lock":false,
"is_connected":true
}
In Nexia web UI configuration settings for it are limited - I see more options in Nexia Android application. I also don't see this device with Nexia Google Assistnat and Alexa integration - so I'm really interested in bringing some support of it in HomeAssistant.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request