Continuing the discussion from Hvac zwave:
I have an Aeotec ZW090 Z-Stick Gen5 and ZXT-120 currently installed. I have been able to get it configured where these devices are recognized by Home Assistant:
hvac.remotec_unknown_type0100_id8377_fan_mode_2
sensor.remotec_unknown_type0100_id8377_temperature_2
I simply want a switch to turn the unit off and on. The current attributes are:
{
“battery_level”: 100,
“current_temperature”: 82,
“fan_list”: [
“Auto Low”,
“Unknown 4”,
“Unknown 5”,
“On Low”,
“On High”,
“Auto High”
],
“fan_mode”: “On Low”,
“friendly_name”: “Remotec Unknown: type=0100, id=8377 Fan Mode”,
“max_temp”: 86,
“min_temp”: 66,
“node_id”: 2,
“operation_list”: [
“Resume”,
“Dry Air”,
“Heat”,
“Auto Changeover”,
“Off”,
“Fan Only”,
“Cool”
],
“operation_mode”: “Cool”,
“temperature”: 77,
“unit_of_measurement”: “°C”
}
Any suggestions?