Hi,
I have added two FGRM-222 devices to the (depreciated) Z-Wave integration, when adding the second node the switch entity gets disabled in HA for the first node. Why/how come?
I added one FGRM first (small window) and configured it as I wanted in HA, including renaming device (with entities) and automations to controll it from a Nodon keyfob.
Then I cut the power a few days later to add the second unit (large window, in the same room), and when everyting was online again configured this one too.
When trying to write an automation to close both covers simultaneously I noticed that the small window switch entity is now disabled as an orphan entity. I thought it was a problem cause by the power outage as I cut the mains while connnecting the wireing, so today I excluded and re-added the failing small window node, only to discover that now is the large window switch entity disabled in HA.
Where can I start the trouble finding? The zwcfg-file?
Comparing the two nodes in the zwcfg-file displays that these four lines differ (included in the one that still have the switch entity), but up front it does not seem to be related…
<Value type="byte" genre="system" instance="1" index="5" label="Dimming Duration" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="255" value="255" />
<Value type="byte" genre="user" instance="1" index="6" label="Step Size" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="255" value="0" />
<Value type="button" genre="user" instance="1" index="7" label="Inc" units="" read_only="false" write_only="true" verify_changes="false" poll_intensity="0" min="0" max="0" />
<Value type="button" genre="user" instance="1" index="8" label="Dec" units="" read_only="false" write_only="true" verify_changes="false" poll_intensity="0" min="0" max="0" />
core_entity_registry differs too, where the functional has “null” for the capability, while the non-functional has “{}”, could this be impacting?
"entity_id": "cover.erika_rullgardin_lilla_switch",
"config_entry_id": "c844afa2f53543f2bb723f36ef56b561",
"device_id": "9bed0ddbfc063f41d2048b0791c4e0d0",
"area_id": null,
"unique_id": "12-72057594244055040",
"platform": "zwave",
"name": "Erika rullgardin lilla Switch",
"icon": null,
"disabled_by": null,
"capabilities": null,
"supported_features": 3,
"device_class": "garage",
"unit_of_measurement": null,
"original_name": "FIBARO System FGRM222 Roller Shutter Controller 2 Switch",
"original_icon": null
"entity_id": "cover.erika_rullgardin_stora_switch",
"config_entry_id": "c844afa2f53543f2bb723f36ef56b561",
"device_id": "279575a9f8d08a52ceadb64e7f0d05a0",
"area_id": null,
"unique_id": "11-72057594227277824",
"platform": "zwave",
"name": "Erika rullgardin stora Switch",
"icon": null,
"disabled_by": null,
"capabilities": {},
"supported_features": 3,
"device_class": "garage",
"unit_of_measurement": null,
"original_name": "FIBARO System FGRM222 Roller Shutter Controller 2 Switch",
"original_icon": null