Hi Guys
I have just started to fiddle with python-openzwave.
I am trying the hello world example on my very small network. Somehow it seems like the networ.start() command not completely starts up the network. The network.state is reported to be 7, and not 10 as in the network.STATE_READY.
network.nodes shows my two devices in the network
{1: <openzwave.node.ZWaveNode object at 0x7644cd50>, 2: <openzwave.node.ZWaveNode object at 0x76003110>}
I must be doing something wrong, but I can not get my head around that.
Any pointers would be highly appreciated.
In the ozwcp interface I can see the events, so it should be possible to get this to work
Cheers
Johan