FGR-223 no state return
Posted: Monday 14 September 2020 21:58
Hello,
I'm using domoticz v2020.1. Previously i was on 2019 version and I was able to register my aeotec gen5 stick and a qubino ZMNHCD switch for my roller shutter.
So, I bought a new qubino for an other roller shutter but there is a bug in the firm(neutral button must be pushed to enable zwave control)....
I return the hardware to vendor and try a FGR-223 for an other roller shutter.
So, in summary, I've got :
-Domoticz 2020.1
-1Aeotec stick
-1Qubino module
-1FGR-223 module.
When i add the FGR module, it works when sending open/close command. But there is no state return (it's always "open" in domoticz...)
I read something with multi-chanel support for qubino roller-shutter. The problem is in group, the lifeline is with 1.1 not only 1 for group1.
When I look at my groups tab, My Qubino is with value 1 in group1, but the fibaro is with 1.1 in group 1. I suppose that the problem is here.
So, i follow the step described in another post :
https://domoticz.com/forum/viewtopic.php?f=24&p=225153
viewtopic.php?f=24&t=29715#p225812
Going to /domoticz/Config/fibaro
Edit fgr-223.xml and add Compatibility tag.
After that, I delete the file ozwcache_XXXXXXX.xml in /domoticz/Config
I stop domoticz and i restart.
I return on groups tabs and I remove the 1.1 in group 1.
I click on "Refresh node information" while selecting the roller shutter node.
I go on Groups and add 1 in group 1.
But it's still 1.1 which is displayed....
Does anybody have an idea?
I'm using domoticz v2020.1. Previously i was on 2019 version and I was able to register my aeotec gen5 stick and a qubino ZMNHCD switch for my roller shutter.
So, I bought a new qubino for an other roller shutter but there is a bug in the firm(neutral button must be pushed to enable zwave control)....
I return the hardware to vendor and try a FGR-223 for an other roller shutter.
So, in summary, I've got :
-Domoticz 2020.1
-1Aeotec stick
-1Qubino module
-1FGR-223 module.
When i add the FGR module, it works when sending open/close command. But there is no state return (it's always "open" in domoticz...)
I read something with multi-chanel support for qubino roller-shutter. The problem is in group, the lifeline is with 1.1 not only 1 for group1.
When I look at my groups tab, My Qubino is with value 1 in group1, but the fibaro is with 1.1 in group 1. I suppose that the problem is here.
So, i follow the step described in another post :
https://domoticz.com/forum/viewtopic.php?f=24&p=225153
viewtopic.php?f=24&t=29715#p225812
Going to /domoticz/Config/fibaro
Edit fgr-223.xml and add Compatibility tag.
Code: Select all
<!-- Association Groups -->
<CommandClass id="133">
<Compatibility>
<ForceInstances>false</ForceInstances>
</Compatibility>
<Associations num_groups="3">
<Group index="1" label="Lifeline" max_associations="1"/>
<Group index="2" label="Roller Shutter" max_associations="5"/>
<Group index="3" label="Slats" max_associations="5"/>
</Associations>
</CommandClass>
I stop domoticz and i restart.
I return on groups tabs and I remove the 1.1 in group 1.
I click on "Refresh node information" while selecting the roller shutter node.
I go on Groups and add 1 in group 1.
But it's still 1.1 which is displayed....
Does anybody have an idea?