OpenZWave / qt-openzwave

QT5 Wrapper for OpenZWave
GNU Lesser General Public License v3.0
105 stars 30 forks source link

Fibaro FGS223 Double relay missing second instance #172

Closed estyrke closed 3 years ago

estyrke commented 3 years ago

I have a Fibaro double relay which should, as far as I understand, contain two instances for the two separate switches. However, only the first instance shows up mosquitto_sub -h 192.168.1.19 -t "OpenZWave/1/node/6/instance/1/#" -F "%t: %p" -> Lots of output mosquitto_sub -h 192.168.1.19 -t "OpenZWave/1/node/6/instance/2/#" -F "%t: %p"-> Nothing

Similarly, in ozw-admin, only the first instance is shown. Is this an issue with ozw or with the device itself?

estyrke commented 3 years ago

Sorry, I resolved it by simply refreshing the node, apparently the interview had gone wrong.