Page 1 of 1
Move from HomeSeer to Domoticz
Posted: Tuesday 04 December 2018 20:59
by Tozz
I'm trying to migrate from HomeSeer HS3Pro to Domoticz, but I cannot get my Z-Wave to work. I have a fully working network on an Gen5 stick.
When I shutdown Homeseer and start Domoticz (on the same pi) it finds the stick, it finds all my nodes, it sees all my nodes and everything seems to be in order.
However, turning on eg a lamp in Domoticz doesn't do anything (it says it's turned on, but it isn't) and also locally switching the light off or on doesn't reflect back to Domoticz.
Code: Select all
ec 4 20:46:56 homeseer domoticz: (Gen5) Light/Switch (Alarm Level)
Dec 4 20:47:15 homeseer domoticz: User: Admin initiated a switch command (206/Level/On)
Dec 4 20:47:15 homeseer domoticz: OpenZWave: Domoticz has send a Switch command!, Level: 255, NodeID: 50 (0x32)
Dec 4 20:47:15 homeseer domoticz: (Gen5) Light/Switch (Level)
Dec 4 20:47:15 homeseer domoticz: OpenZWave: Received timeout notification from HomeID: 3794830799, NodeID: 4 (0x04)
Dec 4 20:47:16 homeseer domoticz: (Gen5) Usage (Unknown)
Dec 4 20:47:16 homeseer domoticz: (Gen5) General/kWh (kWh Meter)
Dec 4 20:47:16 homeseer domoticz: (Gen5) General/kWh (kWh Meter)
Dec 4 20:47:16 homeseer domoticz: (Gen5) Usage (Unknown)
Only "error" is the "Received timeout notification". other then that I don't see anything wrong.
Could the received timeout notification be the cause of this issue? I'm not sure what i should do to resolve this. Again, when i start HomeSeer everything works as expected.
Re: Move from HomeSeer to Domoticz
Posted: Tuesday 04 December 2018 22:16
by waaren
Tozz wrote: ↑Tuesday 04 December 2018 20:59
I'm trying to migrate from HomeSeer HS3Pro to Domoticz, but I cannot get my Z-Wave to work. I have a fully working network on an Gen5 stick.
When I shutdown Homeseer and start Domoticz (on the same pi) it finds the stick, it finds all my nodes, it sees all my nodes and everything seems to be in order.
However, turning on eg a lamp in Domoticz doesn't do anything (it says it's turned on, but it isn't) and also locally switching the light off or on doesn't reflect back to Domoticz.
Code: Select all
ec 4 20:46:56 homeseer domoticz: (Gen5) Light/Switch (Alarm Level)
Dec 4 20:47:15 homeseer domoticz: User: Admin initiated a switch command (206/Level/On)
Dec 4 20:47:15 homeseer domoticz: OpenZWave: Domoticz has send a Switch command!, Level: 255, NodeID: 50 (0x32)
Dec 4 20:47:15 homeseer domoticz: (Gen5) Light/Switch (Level)
Dec 4 20:47:15 homeseer domoticz: OpenZWave: Received timeout notification from HomeID: 3794830799, NodeID: 4 (0x04)
Dec 4 20:47:16 homeseer domoticz: (Gen5) Usage (Unknown)
Dec 4 20:47:16 homeseer domoticz: (Gen5) General/kWh (kWh Meter)
Dec 4 20:47:16 homeseer domoticz: (Gen5) General/kWh (kWh Meter)
Dec 4 20:47:16 homeseer domoticz: (Gen5) Usage (Unknown)
Only "error" is the "Received timeout notification". other then that I don't see anything wrong.
Could the received timeout notification be the cause of this issue? I'm not sure what i should do to resolve this. Again, when i start HomeSeer everything works as expected.
What does domoticz show on your devices page ? Are all devices showing a blue or green arrow ?
Re: Move from HomeSeer to Domoticz
Posted: Tuesday 04 December 2018 23:03
by Tozz
They are all green.
Funny thing is that even though I get the "timeout" errors, Domoticz seems to communicate with the modules fine. I can 'heal' a node and it finds all the child nodes (alarm, switch, heat, etc, etc). It seems the network is working fine, it's just that Domoticz can't talk to my modules
Re: Move from HomeSeer to Domoticz
Posted: Tuesday 04 December 2018 23:14
by EdwinK
Tozz wrote: ↑Tuesday 04 December 2018 23:03
They are all green.
Funny thing is that even though I get the "timeout" errors, Domoticz seems to communicate with the modules fine. I can 'heal' a node and it finds all the child nodes (alarm, switch, heat, etc, etc). It seems the network is working fine, it's just that Domoticz can't talk to my modules
The arrows should be blue for active.
Re: Move from HomeSeer to Domoticz
Posted: Tuesday 04 December 2018 23:40
by waaren
Tozz wrote: ↑Tuesday 04 December 2018 23:03
They are all green.
Funny thing is that even though I get the "timeout" errors, Domoticz seems to communicate with the modules fine. I can 'heal' a node and it finds all the child nodes (alarm, switch, heat, etc, etc). It seems the network is working fine, it's just that Domoticz can't talk to my modules
So to enable them in domoticz press the green arrow and make them active
Re: Move from HomeSeer to Domoticz
Posted: Wednesday 05 December 2018 9:18
by Tozz
Correct me when I'm wrong, but changing those devices from Green to Blue only makes them "Used", as in they show up in eg. the "Switches" page. It looks to me like it's only a cosmetical change.
I have 2 units that are blue, but those don't work either.
I'm not familiar with Domoticz logging, but these loglines seems odd to me:
Code: Select all
Dec 5 09:15:33 homeseer domoticz: (Gen5) Light/Switch (Power Management)
Dec 5 09:15:33 homeseer domoticz: (Gen5) Light/Switch (Alarm Type)
Dec 5 09:15:33 homeseer domoticz: (Gen5) Light/Switch (Alarm Level)
Dec 5 09:15:33 homeseer domoticz: (Gen5) General/Alarm (Alarm Type: System 9 (0x09))
Dec 5 09:15:33 homeseer domoticz: (Gen5) Light/Switch (System)
Shouldn't those include some reference to the node these updates were received from?
Re: Move from HomeSeer to Domoticz
Posted: Tuesday 11 December 2018 9:13
by Tozz
Did some more digging. Found out that when I click on "Learn light" on the Lights page, and I switch on/off a light, it is found. When I say the device is a switch (it is actually a Dimmer) it works. I can control the light. If I say it's a dimmer it gives an error (can't remember exactly which one).
It seems like DOmoticz hasn't properly read all the information from all the nodes. Is this something I can force it to do? HomeSeer has a button 'Rescan' to do just this.