This is odd… My Fibaro Smart Implant that controls a gate (open/close sensor and pulse control to open it) has disappeared from my ZWave config completely. I use ZWaveJS2MQTT 6.10.0, ZWave JS 9.3.0, on an Aeotec stick. 60 devices, all the rest are fine, but the gate stopped working. I checked ZWave, and device 25 has disappeared. I have a nodes.json from after last device add, and it’s in there:
“22”: {
“name”: “Garage lights”,
“loc”: “Garage”
},
“23”: {},
“24”: {},
“25”: {
“name”: “Side Gate Smart Implant”,
“loc”: “Outside Side”
},
“26”: {
“name”: “Driveway lights”,
“loc”: “Outside Front”
},
and it’s not in a new one:
“22”: {
“name”: “Garage lights”,
“loc”: “Garage”
},
“23”: {},
“24”: {},
“26”: {
“name”: “Driveway lights”,
“loc”: “Outside Front”
},
If there is an issue with the device (it’s 24V powered by the way, not battery), I don’t understand why it’s not there instead of there but failed…
I’ll see if I can reset it an re-add on the weekend, but any ideas why it would have just gone?