Error syncing Fibaro FGBS222 after 2022.1 update

Posted on
Fri May 13, 2022 8:10 am
cesarvog offline
User avatar
Posts: 155
Joined: Aug 13, 2016
Location: Brazil

Error syncing Fibaro FGBS222 after 2022.1 update

Hello all,

I have successfully updated my Indigo installation to 2022.1. Everything seemed to work fine, but today I tried syncing a Fibaro Smart Implant and noticed it results in the following error in the device log:

==================================================================================================

13 May 2022 10:57:56
Z-Wave Syncing - started for "Smart Implant Binary IN1 Portao Garagem"
Z-Wave Syncing - retrieved module neighbors list: 1, 44, 53, 55, 60, 62, 63, 68, 76, 81, 92, 95, 102, 119
Z-Wave Syncing - assigning return route to "104 - Smart Implant Binary IN1 Portao Garagem"
Z-Wave Syncing - assigned return route
Z-Wave Syncing - retrieved manufacture and model names: Fibaro System - 010F, Smart Implant (FGBS222) - 05022000
Z-Wave Syncing - retrieved protocol version 6.02, app version 5.01
Z-Wave Syncing - retrieved class hierarchy: Routing Slave : Notification Sensor : Notification Sensor (04 : 07 : 01, base 00)
Z-Wave Syncing - retrieved command classes: 20v1 5Ev1 25v1 85v1 8Ev1 59v1 55v1 86v1 72v1 5Av1 73v1 98v1 9Fv1 5Bv1 31v11 60v4 70v1 56v1 71v1 75v1 7Av1 6Cv1 22v1
Z-Wave Syncing - retrieved encrypt commands: - none -
Z-Wave Syncing - retrieved capabilities: routing, beaming, security
Z-Wave Error Error in plugin execution:

Traceback (most recent call last):
File "/Library/Application Support/Perceptive Automation/Indigo 2022.1/IndigoPluginHost3.app/Contents/Resources/PlugIns/serialinterface.py", line 547, in start_comm_thread
self.process_comm_thread()
File "/Library/Application Support/Perceptive Automation/Indigo 2022.1/IndigoPluginHost3.app/Contents/Resources/PlugIns/serialinterface.py", line 731, in process_comm_thread
self.process_queue_in_packet(packet) # Subclass is required to define.
File "zwaveinterface.py", line 2882, in process_queue_in_packet
File "zwaveinterface.py", line 2854, in _processFuncCall
File "zwaveinterface.py", line 2920, in _processCommandReply
File "zwaveinterface.py", line 2903, in _processFuncTriggersAndBroadcast
File "zwaveinterface.py", line 2852, in _processFuncCall
File "zwavecmd_multiinstanceinfo.py", line 184, in _processMultiEndPointInfo
File "zwavecmd_multiinstanceinfo.py", line 53, in _requestNextEndPoint
File "zwavecmd_multiinstanceinfo.py", line 49, in _getNextEndPoint
AttributeError: 'range' object has no attribute 'pop'

Z-Wave Error exc type is <class 'AttributeError'>
Z-Wave Error restarting serial connection in 5.0 seconds
Interface Failure lost connection with interface
Z-Wave Error Syncing - failed
Z-Wave Error Timeout waiting for "104 - Smart Implant Binary IN1 Portao Garagem". Module might be asleep, or is unreachable.
Z-Wave connected to Z-Wave 6.09 static controller interface on socket://192.168.1.194:2001 (firmware 5.39, SDK unknown)

==================================================================================================

Please note that, before 2022.1, I was able to sync above device perfectly fine, no error would come out in the error log.
Also note that my system is STILL able to communicate correctly with the Smart Implant, I simply tried syncing to retrieve the current neighbors list, but thought Matt and Jay would be interested in learning about this issue.

I tried syncing other Fibaro Smart Implants I have installed here and got the same results.
Syncing an Aeotec Extender and a Honeywell dimmer does not result in the same errors (see below).

==================================================================================================

13 May 2022 11:07:06
Z-Wave Syncing - started for "Dimmer Teto Honeywell ZW3005 Escritorio"
Z-Wave Syncing - retrieved module neighbors list: 55, 62, 63, 66, 68, 71, 76, 95, 98, 116
Z-Wave Syncing - assigning return route to "048 - Dimmer Teto Honeywell ZW3005 Escritorio"
Z-Wave Syncing - assigned return route
Z-Wave Syncing - retrieved manufacture and model names: Honeywell - 0039, Dimmable Power Switch - 49443038
Z-Wave Syncing - retrieved protocol version 4.34, app version 5.29
Z-Wave Syncing - retrieved class hierarchy: Routing Slave : Mulitlevel Switch : Dimmable Power Switch (04 : 11 : 01, base 26)
Z-Wave Syncing - retrieved command classes: 20v1 26v2 27v1 5Ev1 56v1 86v1 72v1 5Av1 85v1 59v1 73v1 70v1 2Cv1 2Bv1 7Av1
Z-Wave Syncing - retrieved encrypt commands: - none -
Z-Wave Syncing - retrieved capabilities: routing, beaming
Z-Wave Syncing - retrieved group 1 associations: [1]
Z-Wave Syncing - retrieved group 2 associations: []
Z-Wave Syncing - retrieved group 3 associations: [63, 1]
Z-Wave Syncing - group 1 association to interface already exists (skipping)
Z-Wave Syncing - complete
Z-Wave sent "Dimmer Teto Honeywell ZW3005 Escritorio" status request

13 May 2022 11:07:32
Z-Wave Syncing - started for "zWave Extender Entrada ZW117 Entrada"
Z-Wave Syncing - retrieved module neighbors list: 1, 44, 48, 53, 55, 60, 62, 66, 68, 71, 81, 92, 113, 133
Z-Wave Syncing - assigning return route to "098 - zWave Extender Entrada ZW117 Entrada"
Z-Wave Syncing - assigned return route
Z-Wave Syncing - retrieved manufacture and model names: Aeon Labs - 0086, Z-Wave Repeater (ZW117) - 01040075
Z-Wave Syncing - retrieved protocol version 4.54, app version 1.05
Z-Wave Syncing - retrieved class hierarchy: Routing Slave : Repeater Slave : Basic Repeater Slave (04 : 0F : 01, base 00)
Z-Wave Syncing - retrieved command classes: 20v1 5Ev1 26v2 33v1 70v1 85v1 59v1 72v1 86v1 7Av1 73v1 5Av1
Z-Wave Syncing - retrieved encrypt commands: - none -
Z-Wave Syncing - retrieved capabilities: routing, beaming
Z-Wave Syncing - retrieved group 1 associations: [1]
Z-Wave Syncing - group 1 association to interface already exists (skipping)
Z-Wave Syncing - complete

==================================================================================================

I will be glad to provide any further information.

Best regards,
Cesar

Posted on
Fri May 13, 2022 12:32 pm
matt (support) offline
Site Admin
User avatar
Posts: 21417
Joined: Jan 27, 2003
Location: Texas

Re: Error syncing Fibaro FGBS222 after 2022.1 update

Thanks for the report – this one is definitely a bug and will be fixed in 2022.1.1.

Image

Posted on
Fri May 13, 2022 12:34 pm
cesarvog offline
User avatar
Posts: 155
Joined: Aug 13, 2016
Location: Brazil

Re: Error syncing Fibaro FGBS222 after 2022.1 update

Thanks Matt. Have a nice weekend.

Posted on
Sun May 15, 2022 10:55 am
jay (support) offline
Site Admin
User avatar
Posts: 18220
Joined: Mar 19, 2008
Location: Austin, Texas

Re: Error syncing Fibaro FGBS222 after 2022.1 update

[MODERATOR NOTE]: moved to the Z-Wave forum since the OP isn't about Python 3 conversion.

Jay (Indigo Support)
Twitter | Facebook | LinkedIn

Posted on
Thu May 26, 2022 10:45 am
matt (support) offline
Site Admin
User avatar
Posts: 21417
Joined: Jan 27, 2003
Location: Texas

Re: Error syncing Fibaro FGBS222 after 2022.1 update

Indigo 2022.1.1 is now available and should fix this Z-Wave bug.

Image

Posted on
Fri May 27, 2022 7:00 am
cesarvog offline
User avatar
Posts: 155
Joined: Aug 13, 2016
Location: Brazil

Re: Error syncing Fibaro FGBS222 after 2022.1 update

Thanks Matt, I can confirm the problem is fixed.
Keep up the good work.

Page 1 of 1

Who is online

Users browsing this forum: No registered users and 6 guests