Hello All
I bought a Zooz ZEN15 outlet to integrate with my HA ZWave network. My landscape:
Controller:
(#1) Aeotec ZW090 Z-Stick Gen5 US
Nodes (Node ID):
(#3) Stelpro STZW402+ Electronic Thermostat
(#2) Aeotec ZW122 Water Sensor 6
(#7) Zooz ZEN15 Power Switch
The ZW090 is about 10ft from the Stelpro and the ZEN15 is about 15 feet from the StelPro and 20ft from the ZW090, mostly by sight, if not one wall.
My issue is with the ZEN15, which has already been replaced once, it will not power on from the HA overview, I click the slider it slides to on within the web interface, then a second later slides back to off. The outlet never turns on.
The Zooz looks ok:
averageRequestRTT: 111
averageResponseRTT: 199
capabilities: beaming,listening,zwave_plus,routing
friendly_name: Zooz ZEN15 Power Switch
is_awake: true
is_failed: false
is_info_received: true
is_ready: true
is_zwave_plus: true
lastRequestRTT: 117
lastResponseRTT: 205
manufacturer_name: Zooz
max_baud_rate: 40000
neighbors: 2,3
node_id: 7
node_name: Zooz ZEN15 Power Switch
product_name: ZEN15 Power Switch
query_stage: Complete
receivedCnt: 12
receivedDups: 0
receivedTS: 2018-09-16 20:42:34:386
receivedUnsolicited: 4
retries: 0
sentCnt: 10
sentFailed: 0
sentTS: 2018-09-16 20:41:25:080
I also tested the ZEN15 using their procesure, and it did indicate:
Solid green for 2 seconds = direct communication with the primary controller is stable
I can see the attempt to turn on the switch in the log:
2018-09-16 20:51:14.671 Info, Node007, Value::Set - COMMAND_CLASS_SWITCH_BINARY - Switch - 0 - 1 - True
2018-09-16 20:51:14.671 Info, Node007, SwitchBinary::Set - Setting node 7 to On
2018-09-16 20:51:14.671 Detail, Node007, Queuing (Send) SwitchBinaryCmd_Set (Node=7): 0x01, 0x0a, 0x00, 0x13, 0x07, 0x03, 0x25, 0x01, 0xff, 0x25, 0x2d, 0x31
2018-09-16 20:51:14.671 Detail, Node007, Queuing (Send) SwitchBinaryCmd_Get (Node=7): 0x01, 0x09, 0x00, 0x13, 0x07, 0x02, 0x25, 0x02, 0x25, 0x2e, 0xcc
2018-09-16 21:31:17.548 Info, Node007, Value::Set - COMMAND_CLASS_SWITCH_BINARY - Switch - 0 - 1 - True
2018-09-16 21:31:17.548 Info, Node007, SwitchBinary::Set - Setting node 7 to On
2018-09-16 21:31:17.548 Detail, Node007, Queuing (Send) SwitchBinaryCmd_Set (Node=7): 0x01, 0x0a, 0x00, 0x13, 0x07, 0x03, 0x25, 0x01, 0xff, 0x25, 0x2f, 0x33
2018-09-16 21:31:17.548 Detail, Node007, Queuing (Send) SwitchBinaryCmd_Get (Node=7): 0x01, 0x09, 0x00, 0x13, 0x07, 0x02, 0x25, 0x02, 0x25, 0x30, 0xd2
Can anyone make any suggestions on what else I can check?
Thanks in advance!
EDIT/ADDITION 9/17/2018
Today I noticed that if I try to change the temperature i the StelPro that it does not change. I’m able to get readings from these devices, but if the connection is ‘spotty’ then I would. Nothing has “physical” has changed about my environment. I’m wondering if the recent upgrade to 0.77.2 is at fault, I admittedly didn’t do a full sweep of testing.
I’m running HA in Docker on Lubuntu 18 x64 using a Dell Latitude E4200 laptop.
TIA!