-
Notifications
You must be signed in to change notification settings - Fork 17
Dimmer #22
Copy link
Copy link
Closed
Description
This is the JSON for a Z-Wave dimmer (GE Z-Wave Plus In-Wall Smart Dimmer) connected through Abode.
I am able to control the on/off state through HASS currently (the dimmer shows up as a light), but not the dimmer percentage.
{
"id": "ZW:0000000b",
"type_tag": "device_type.dimmer",
"type": "Dimmer",
"name": "West Deck Light",
"area": "1",
"zone": "10",
"sort_order": "",
"is_window": "",
"bypass": "0",
"schar_24hr": "0",
"sresp_24hr": "0",
"sresp_mode_0": "0",
"sresp_entry_0": "0",
"sresp_exit_0": "0",
"group_name": "Lights",
"group_id": "<snip>",
"default_group_id": "1",
"sort_id": "1",
"sresp_mode_1": "0",
"sresp_entry_1": "0",
"sresp_exit_1": "0",
"sresp_mode_2": "0",
"sresp_entry_2": "0",
"sresp_exit_2": "0",
"sresp_mode_3": "0",
"uuid": "<snip>",
"sresp_entry_3": "0",
"sresp_exit_3": "0",
"sresp_mode_4": "0",
"sresp_entry_4": "0",
"sresp_exit_4": "0",
"version": "",
"origin": "abode",
"has_subscription": null,
"control_url": "api/v1/control/light/ZW:0000000b",
"deep_link": null,
"status_color": "#5cb85c",
"faults": {
"low_battery": 0,
"tempered": 0,
"supervision": 0,
"out_of_order": 0,
"no_response": 0
},
"status": "Off",
"statuses": {
"saturation": "N/A",
"hue": "N/A",
"level": "0",
"switch": "0",
"color_temp": "N/A",
"color_mode": "N/A"
},
"status_ex": "",
"actions": [
{ "label": "Switch off", "value": "a=1&z=10&sw=off;" },
{ "label": "Switch on", "value": "a=1&z=10&sw=on;" },
{ "label": "Toggle", "value": "a=1&z=10&sw=toggle;" },
{ "label": "0%", "value": "a=1&z=10&sw=0;" },
{ "label": "10%", "value": "a=1&z=10&sw=10;" },
{ "label": "20%", "value": "a=1&z=10&sw=20;" },
{ "label": "30%", "value": "a=1&z=10&sw=30;" },
{ "label": "40%", "value": "a=1&z=10&sw=40;" },
{ "label": "50%", "value": "a=1&z=10&sw=50;" },
{ "label": "60%", "value": "a=1&z=10&sw=60;" },
{ "label": "70%", "value": "a=1&z=10&sw=70;" },
{ "label": "80%", "value": "a=1&z=10&sw=80;" },
{ "label": "90%", "value": "a=1&z=10&sw=90;" },
{ "label": "100%", "value": "a=1&z=10&sw=99;" }
],
"status_icons": [],
"statusEx": "0",
"icon": "assets/icons/bulb-1.svg"
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels