First post. I’ve been using Webthings Gateway for almost two months but today is the first time I registered so I could post.
Everything mostly works but sometimes the gateway doesn’t respond (to inputs like on/off switches) for upwards of a minute. I started tailing the most recent ~/.mozilla-iot/log/run-app.log
. Before attempting to explain a complete interaction interspersed with yards of logs, I’ll just show a few snippits of error messages.
2019-10-15 16:56:08.528 INFO : getValue for property on for: X10 On/Off Switch (A10) returning false 2019-10-15 16:56:08.954 ERROR : Error setting value for thingId: etekcity-8d42f4a6-f8f3-4600-9f7d-03b9b30955f9 property: on value: false 2019-10-15 16:56:08.967 WARN : Rule set failed, retrying once { code: 500, message: 'setProperty: device: etekcity-8d42f4a6-f8f3-4600-9f7d-03b9b30955f9 not found.' } 2019-10-15 16:56:08.970 ERROR : Error setting value for thingId: etekcity-8d42f4a6-f8f3-4600-9f7d-03b9b30955f9 property: on value: false 2019-10-15 16:56:08.974 WARN : Rule set failed completely { code: 500, message: 'setProperty: device: etekcity-8d42f4a6-f8f3-4600-9f7d-03b9b30955f9 not found.' } 2019-10-15 16:56:08.997 INFO : getValue for property on for: X10 On/Off Switch (A9) returning false 2019-10-15 16:56:09.028 WARN : Unable to dispatch action requestAction: device: Night light state not found.
[snip]
2019-10-15 18:22:38.978 ERROR : zigbee: Confirm Status: 208: ROUTE_DISCOVERY_FAILED addr: 286d97000105c4fb 8c2b 2019-10-15 18:26:10.154 INFO : zigbee: Kicking WatchDog for 3600 seconds 2019-10-15 18:31:57.361 ERROR : zigbee: Confirm Status: 208: ROUTE_DISCOVERY_FAILED addr: 286d97000105c4fb 8c2b 2019-10-15 18:31:57.366 ERROR : zigbee: Confirm Status: 208: ROUTE_DISCOVERY_FAILED addr: 286d97000105c4fb 8c2b
[snip]
2019-10-15 18:32:47.513 ERROR : zigbee: Confirm Status: 208: ROUTE_DISCOVERY_FAILED addr: 286d97000105c4fb 8c2b 2019-10-15 18:32:54.347 ERROR : etekcity: 2019-10-15 18:32:54,344 - ERROR - HTTPSConnectionPool(host='smartapi.vesync.com', port=443): Read timed out. (read timeout=5) 2019-10-15 18:42:05.876 ERROR : zigbee: Confirm Status: 208: ROUTE_DISCOVERY_FAILED addr: 286d97000105c4fb 8c2
I’m not sure how much log detail to post. I’ve got a lot of Zigbee ROUTE_DISCOVERY_FAILED errors.
I have a mixture of X-10 (CM11A interface, lamp and appliance modules), Zigbee (ConBee II Zigbee USB stick, Sylvania on/off plug) and wireless devices (EtekCity plugs, Kasa TP-Link bulbs). I just swapped in a new X-10 CM11A interface and that didn’t seem to make any difference.
I want to deploy a 2nd gateway elsewhere but don’t want to as long as I am having problems and glitches. I was sort of hoping that version .10 would be released that would maybe address some of my issues but I’m not sure when this is going to happen.
TIA.
[Edit. The next day. It happened again. I have a Samsung Smartthings button switch configured to control two Sylvania Zigbee bulbs. I was watching today’s run log with tail -f
and saw Zigbee error messages scrolling off the screen. I tried to control the bulbs with the button switch but they didn’t respond. After about a minute the error messages stopped and the bulbs responded. (Should I include the log?) This happens a lot.
I did
cat run*-16 | grep ERROR > ERRORs-16.txt
against today’s log. (6:45 AM) ERRORs-16.txt
is 63K. run-app.log.2019-10-16
is 94K. The log is mostly ERROR messages.]