aarons22 / homebridge-bond

Homebridge plugin for Bond
MIT License
63 stars 31 forks source link

Failing to Add New Devices #215

Closed iQueenOfTexas closed 2 years ago

iQueenOfTexas commented 2 years ago

Discussed in https://github.com/aarons22/homebridge-bond/discussions/214

Originally posted by **iQueenOfTexas** July 11, 2022 I recently added a second Bond bridge to my setup, and I am seeing errors while trying to add the new devices when the plugin first comes up. It sees the Bond and identifies the devices, but I'm getting the following error: > Error getting devices: TypeError: Cannot set properties of undefined (setting 'id') Based on the debug logging, it definitely seems to be able to see the device and get all the commands and states, but it's failing to add the fan that it attached to that Bond. HOOBs: 4.2.5 Node: v16.16.0 homebridge-bond: 3.2.9 Here's the log from the session with debug enabled (note a lot of log lines are duplicated for some reason): > 7/11/2022, 9:03:46 PMBond Bridge starting > 7/11/2022, 9:03:49 PMBond BridgeLoaded plugin 'homebridge-bond' > 7/11/2022, 9:03:49 PMBond BridgeLoaded plugin 'homebridge-bond' > 7/11/2022, 9:03:49 PMBond BridgeRegistering platform 'homebridge-bond.Bond' > 7/11/2022, 9:03:49 PMBond BridgeRegistering platform 'homebridge-bond.Bond' > 7/11/2022, 9:03:49 PMBond BridgeLoading 1 platforms... > 7/11/2022, 9:03:49 PMBond BridgeLoading 1 platforms... > 7/11/2022, 9:03:49 PMBond BridgeBondConfig: { > "platform": "Bond", > "include_dimmer": false, > "include_toggle_state": false, > "fan_speed_values": false, > "debug": true, > "bonds": [ > { > "ip_address": "ZZDI33424.local", > "token": "55f97***********" > }, > { > "ip_address": "ZZEC18582.local", > "token": "9a2b6***********" > } > ] > } > 7/11/2022, 9:03:49 PMBond BridgeBondConfig: { > "platform": "Bond", > "include_dimmer": false, > "include_toggle_state": false, > "fan_speed_values": false, > "debug": true, > "bonds": [ > { > "ip_address": "ZZDI33424.local", > "token": "55f97***********" > }, > { > "ip_address": "ZZEC18582.local", > "token": "9a2b6***********" > } > ] > } > 7/11/2022, 9:03:49 PMBond BridgeSetup URI 'X-HM://0023ISYWYY1B1' > 7/11/2022, 9:03:49 PMBond BridgeSetup URI 'X-HM://0023ISYWYY1B1' > 7/11/2022, 9:03:49 PMBond BridgeBridge is running on port 51826. > 7/11/2022, 9:03:49 PMBond BridgeBridge is running on port 51826. > 7/11/2022, 9:03:49 PMBond BridgeBondRequest (18607c24f5df4000) [get http://ZZDI33424.local/v2/devices] > 7/11/2022, 9:03:49 PMBond BridgeBondRequest (18607c24f5df4000) [get http://ZZDI33424.local/v2/devices] > 7/11/2022, 9:03:49 PMBond BridgeBondRequest (18607c24f5e0c000) [get http://ZZDI33424.local/v2/sys/version] > 7/11/2022, 9:03:49 PMBond BridgeBondRequest (18607c24f5e0c000) [get http://ZZDI33424.local/v2/sys/version] > 7/11/2022, 9:03:49 PMBond BridgeBondRequest (18607c24f5e20000) [get http://ZZEC18582.local/v2/devices] > 7/11/2022, 9:03:49 PMBond BridgeBondRequest (18607c24f5e20000) [get http://ZZEC18582.local/v2/devices] > 7/11/2022, 9:03:49 PMBond BridgeBondRequest (18607c24f5e24000) [get http://ZZEC18582.local/v2/sys/version] > 7/11/2022, 9:03:49 PMBond BridgeBondRequest (18607c24f5e24000) [get http://ZZEC18582.local/v2/sys/version] > 7/11/2022, 9:03:49 PMBond BridgeBondResponse (18607c24f5df4000) [get http://ZZDI33424.local/v2/devices] - {"_":"643005cf","__":"00000000","166b90fc":{"_":"8affde84"},"2419c7c4":{"_":"0de55ed3"}} > 7/11/2022, 9:03:49 PMBond BridgeBondResponse (18607c24f5df4000) [get http://ZZDI33424.local/v2/devices] - {"_":"643005cf","__":"00000000","166b90fc":{"_":"8affde84"},"2419c7c4":{"_":"0de55ed3"}} > 7/11/2022, 9:03:49 PMBond BridgeBondResponse (18607c24f5e20000) [get http://ZZEC18582.local/v2/devices] - {"_":"163ac3d4","__":"00000000","c5f8610189869b94":{"_":"7756b293"}} > 7/11/2022, 9:03:49 PMBond BridgeBondResponse (18607c24f5e20000) [get http://ZZEC18582.local/v2/devices] - {"_":"163ac3d4","__":"00000000","c5f8610189869b94":{"_":"7756b293"}} > 7/11/2022, 9:03:49 PMBond BridgeBondResponse (18607c24f5e24000) [get http://ZZEC18582.local/v2/sys/version] - {"target":"zermatt","fw_ver":"v3.3.8","fw_date":"Mon Jul 11 13:37:12 UTC 2022","uptime_s":1846,"make":"Olibra","model":"BD-1000","branding_profile":"OLIBRA_BD1000","bondid":"ZZEC18582","upgrade_http":true,"api":2,"_":"e624cdbb","__":"e624cdbb"} > 7/11/2022, 9:03:49 PMBond BridgeBondResponse (18607c24f5e24000) [get http://ZZEC18582.local/v2/sys/version] - {"target":"zermatt","fw_ver":"v3.3.8","fw_date":"Mon Jul 11 13:37:12 UTC 2022","uptime_s":1846,"make":"Olibra","model":"BD-1000","branding_profile":"OLIBRA_BD1000","bondid":"ZZEC18582","upgrade_http":true,"api":2,"_":"e624cdbb","__":"e624cdbb"} > 7/11/2022, 9:03:49 PMBond BridgeBond > ****** Bond Info ******* > bondId: ZZEC18582 > FW: v3.3.8 > API: v2 > Make: Olibra > Model: BD-1000 > ************************ > 7/11/2022, 9:03:49 PMBond BridgeBond > ****** Bond Info ******* > bondId: ZZEC18582 > FW: v3.3.8 > API: v2 > Make: Olibra > Model: BD-1000 > ************************ > 7/11/2022, 9:03:50 PMBond BridgeBondResponse (18607c24f5e0c000) [get http://ZZDI33424.local/v2/sys/version] - {"target":"zermatt","fw_ver":"v3.3.8","fw_date":"Mon Jul 11 13:37:12 UTC 2022","uptime_s":5000,"boot_patch":"not first boot","make":"Olibra","model":"BD-1000","branding_profile":"OLIBRA_BD1000","bondid":"ZZDI33424","upgrade_http":true,"api":2,"_":"0f7bc769","__":"0f7bc769"} > 7/11/2022, 9:03:50 PMBond BridgeBondResponse (18607c24f5e0c000) [get http://ZZDI33424.local/v2/sys/version] - {"target":"zermatt","fw_ver":"v3.3.8","fw_date":"Mon Jul 11 13:37:12 UTC 2022","uptime_s":5000,"boot_patch":"not first boot","make":"Olibra","model":"BD-1000","branding_profile":"OLIBRA_BD1000","bondid":"ZZDI33424","upgrade_http":true,"api":2,"_":"0f7bc769","__":"0f7bc769"} > 7/11/2022, 9:03:50 PMBond BridgeBond > ****** Bond Info ******* > bondId: ZZDI33424 > FW: v3.3.8 > API: v2 > Make: Olibra > Model: BD-1000 > ************************ > 7/11/2022, 9:03:50 PMBond BridgeBond > ****** Bond Info ******* > bondId: ZZDI33424 > FW: v3.3.8 > API: v2 > Make: Olibra > Model: BD-1000 > ************************ > 7/11/2022, 9:03:50 PMBond BridgeBond2 cached accessories were loaded > 7/11/2022, 9:03:50 PMBond BridgeBond2 cached accessories were loaded > 7/11/2022, 9:03:50 PMBond BridgeBondGetting devices for this Bond (ZZDI33424)... > 7/11/2022, 9:03:50 PMBond BridgeBondGetting devices for this Bond (ZZDI33424)... > 7/11/2022, 9:03:50 PMBond BridgeBond3 devices were found on this Bond (ZZDI33424). > 7/11/2022, 9:03:50 PMBond BridgeBond3 devices were found on this Bond (ZZDI33424). > 7/11/2022, 9:03:50 PMBond BridgeBondAttempting to add 1 devices that were not previously added. > 7/11/2022, 9:03:50 PMBond BridgeBondAttempting to add 1 devices that were not previously added. > 7/11/2022, 9:03:50 PMBond BridgeBondRequest (18607c24f6204000) [get http://ZZDI33424.local/v2/devices/__] > 7/11/2022, 9:03:50 PMBond BridgeBondRequest (18607c24f6204000) [get http://ZZDI33424.local/v2/devices/__] > 7/11/2022, 9:03:50 PMBond BridgeBondGetting devices for this Bond (ZZEC18582)... > 7/11/2022, 9:03:50 PMBond BridgeBondGetting devices for this Bond (ZZEC18582)... > 7/11/2022, 9:03:50 PMBond BridgeBond2 devices were found on this Bond (ZZEC18582). > 7/11/2022, 9:03:50 PMBond BridgeBond2 devices were found on this Bond (ZZEC18582). > **7/11/2022, 9:03:50 PMBond BridgeBondAttempting to add 2 devices that were not previously added.** > **7/11/2022, 9:03:50 PMBond BridgeBondAttempting to add 2 devices that were not previously added.** > 7/11/2022, 9:03:50 PMBond BridgeBondRequest (18607c24f6214000) [get http://ZZEC18582.local/v2/devices/__] > 7/11/2022, 9:03:50 PMBond BridgeBondRequest (18607c24f6214000) [get http://ZZEC18582.local/v2/devices/__] > 7/11/2022, 9:03:50 PMBond BridgeBondRequest (18607c24f6214001) [get http://ZZEC18582.local/v2/devices/c5f8610189869b94] > 7/11/2022, 9:03:50 PMBond BridgeBondRequest (18607c24f6214001) [get http://ZZEC18582.local/v2/devices/c5f8610189869b94] > 7/11/2022, 9:03:50 PMBond BridgeBondUDP message sent to ZZDI33424.local:30007 > 7/11/2022, 9:03:50 PMBond BridgeBondUDP message sent to ZZDI33424.local:30007 > 7/11/2022, 9:03:50 PMBond BridgeBondUDP message sent to ZZEC18582.local:30007 > 7/11/2022, 9:03:50 PMBond BridgeBondUDP message sent to ZZEC18582.local:30007 > **7/11/2022, 9:03:50 PMBond BridgeBondERRORA request error occurred: [status] 404 [statusText] Not Found** > **7/11/2022, 9:03:50 PMBond BridgeBondERRORA request error occurred: [status] 404 [statusText] Not Found** > **7/11/2022, 9:03:50 PMBond BridgeBondError getting devices: TypeError: Cannot set properties of undefined (setting 'id')** > **7/11/2022, 9:03:50 PMBond BridgeBondError getting devices: TypeError: Cannot set properties of undefined (setting 'id')** > 7/11/2022, 9:03:50 PMBond BridgeBondERRORA request error occurred: [status] 404 [statusText] Not Found > 7/11/2022, 9:03:50 PMBond BridgeBondERRORA request error occurred: [status] 404 [statusText] Not Found > **7/11/2022, 9:03:50 PMBond BridgeBondError getting devices: TypeError: Cannot set properties of undefined (setting 'id')** > **7/11/2022, 9:03:50 PMBond BridgeBondError getting devices: TypeError: Cannot set properties of undefined (setting 'id')** > 7/11/2022, 9:03:50 PMBond BridgeBondResponse (18607c24f6214001) [get http://ZZEC18582.local/v2/devices/c5f8610189869b94] - {"name":"Ceiling Fan","type":"CF","location":"Kitchen","template":"A3a","actions":["DecreaseSpeed","IncreaseSpeed","SetDirection","SetSpeed","Stop","ToggleDirection","TogglePower","TurnOff","TurnOn"],"_":"7756b293","__":"dc22b288","commands":{"_":"957bc6f1"},"state":{"_":"6344017e"},"properties":{"_":"99a81356"},"skeds":{"_":"00000000"}} > 7/11/2022, 9:03:50 PMBond BridgeBondResponse (18607c24f6214001) [get http://ZZEC18582.local/v2/devices/c5f8610189869b94] - {"name":"Ceiling Fan","type":"CF","location":"Kitchen","template":"A3a","actions":["DecreaseSpeed","IncreaseSpeed","SetDirection","SetSpeed","Stop","ToggleDirection","TogglePower","TurnOff","TurnOn"],"_":"7756b293","__":"dc22b288","commands":{"_":"957bc6f1"},"state":{"_":"6344017e"},"properties":{"_":"99a81356"},"skeds":{"_":"00000000"}} > 7/11/2022, 9:03:50 PMBond BridgeBondRequest (18607c24f654c000) [get http://ZZEC18582.local/v2/devices/c5f8610189869b94/properties] > 7/11/2022, 9:03:50 PMBond BridgeBondRequest (18607c24f654c000) [get http://ZZEC18582.local/v2/devices/c5f8610189869b94/properties] > 7/11/2022, 9:03:50 PMBond BridgeBondUDP Message received from 192.168.4.32:30007 - {"B":"ZZDI33424","d":0,"v":"v3.3.8"} > 7/11/2022, 9:03:50 PMBond BridgeBondUDP Message received from 192.168.4.32:30007 - {"B":"ZZDI33424","d":0,"v":"v3.3.8"} > 7/11/2022, 9:03:50 PMBond BridgeBondResponse (18607c24f654c000) [get http://ZZEC18582.local/v2/devices/c5f8610189869b94/properties] - {"addr":"11111","freq":303850,"zero_gap":36,"bps":3014,"max_speed":6,"trust_state":false,"_":"99a81356","__":"99a81356"} > 7/11/2022, 9:03:50 PMBond BridgeBondResponse (18607c24f654c000) [get http://ZZEC18582.local/v2/devices/c5f8610189869b94/properties] - {"addr":"11111","freq":303850,"zero_gap":36,"bps":3014,"max_speed":6,"trust_state":false,"_":"99a81356","__":"99a81356"} > 7/11/2022, 9:03:50 PMBond BridgeBondRequest (18607c24f66f4000) [get http://ZZEC18582.local/v2/devices/c5f8610189869b94/commands] > 7/11/2022, 9:03:50 PMBond BridgeBondRequest (18607c24f66f4000) [get http://ZZEC18582.local/v2/devices/c5f8610189869b94/commands] > 7/11/2022, 9:03:50 PMBond BridgeBondUDP Message received from 192.168.7.106:30007 - {"B":"ZZEC18582","d":0,"v":"v3.3.8"} > 7/11/2022, 9:03:50 PMBond BridgeBondUDP Message received from 192.168.7.106:30007 - {"B":"ZZEC18582","d":0,"v":"v3.3.8"} > 7/11/2022, 9:03:50 PMBond BridgeBondResponse (18607c24f66f4000) [get http://ZZEC18582.local/v2/devices/c5f8610189869b94/commands] - {"_":"957bc6f1","__":"00000000","50a5eefce2be35eb":{"_":"9903d666"},"a78cc5ff371828a8":{"_":"ce7ace47"},"6047ff8f12494cd0":{"_":"428fe503"},"a43790a664486836":{"_":"b96af002"},"46869344334aa3b4":{"_":"37f8eb6d"},"1921f91b78642247":{"_":"2074fe08"},"8ace49fcbfc0f2cf":{"_":"8c30324e"},"241605c02c94cb3c":{"_":"ec379793"}} > 7/11/2022, 9:03:50 PMBond BridgeBondResponse (18607c24f66f4000) [get http://ZZEC18582.local/v2/devices/c5f8610189869b94/commands] - {"_":"957bc6f1","__":"00000000","50a5eefce2be35eb":{"_":"9903d666"},"a78cc5ff371828a8":{"_":"ce7ace47"},"6047ff8f12494cd0":{"_":"428fe503"},"a43790a664486836":{"_":"b96af002"},"46869344334aa3b4":{"_":"37f8eb6d"},"1921f91b78642247":{"_":"2074fe08"},"8ace49fcbfc0f2cf":{"_":"8c30324e"},"241605c02c94cb3c":{"_":"ec379793"}} > 7/11/2022, 9:03:50 PMBond BridgeBondRequest (18607c24f68d4000) [get http://ZZEC18582.local/v2/devices/c5f8610189869b94/commands/__] > 7/11/2022, 9:03:50 PMBond BridgeBondRequest (18607c24f68d4000) [get http://ZZEC18582.local/v2/devices/c5f8610189869b94/commands/__] > 7/11/2022, 9:03:50 PMBond BridgeBondRequest (18607c24f68dc000) [get http://ZZEC18582.local/v2/devices/c5f8610189869b94/commands/50a5eefce2be35eb] > 7/11/2022, 9:03:50 PMBond BridgeBondRequest (18607c24f68dc000) [get http://ZZEC18582.local/v2/devices/c5f8610189869b94/commands/50a5eefce2be35eb] > 7/11/2022, 9:03:50 PMBond BridgeBondRequest (18607c24f68e4000) [get http://ZZEC18582.local/v2/devices/c5f8610189869b94/commands/a78cc5ff371828a8] > 7/11/2022, 9:03:50 PMBond BridgeBondRequest (18607c24f68e4000) [get http://ZZEC18582.local/v2/devices/c5f8610189869b94/commands/a78cc5ff371828a8] > 7/11/2022, 9:03:50 PMBond BridgeBondRequest (18607c24f68e8000) [get http://ZZEC18582.local/v2/devices/c5f8610189869b94/commands/6047ff8f12494cd0] > 7/11/2022, 9:03:50 PMBond BridgeBondRequest (18607c24f68e8000) [get http://ZZEC18582.local/v2/devices/c5f8610189869b94/commands/6047ff8f12494cd0] > 7/11/2022, 9:03:50 PMBond BridgeBondRequest (18607c24f68f0000) [get http://ZZEC18582.local/v2/devices/c5f8610189869b94/commands/a43790a664486836] > 7/11/2022, 9:03:50 PMBond BridgeBondRequest (18607c24f68f0000) [get http://ZZEC18582.local/v2/devices/c5f8610189869b94/commands/a43790a664486836] > 7/11/2022, 9:03:50 PMBond BridgeBondRequest (18607c24f68f4000) [get http://ZZEC18582.local/v2/devices/c5f8610189869b94/commands/46869344334aa3b4] > 7/11/2022, 9:03:50 PMBond BridgeBondRequest (18607c24f68f4000) [get http://ZZEC18582.local/v2/devices/c5f8610189869b94/commands/46869344334aa3b4] > 7/11/2022, 9:03:50 PMBond BridgeBondRequest (18607c24f68f8000) [get http://ZZEC18582.local/v2/devices/c5f8610189869b94/commands/1921f91b78642247] > 7/11/2022, 9:03:50 PMBond BridgeBondRequest (18607c24f68f8000) [get http://ZZEC18582.local/v2/devices/c5f8610189869b94/commands/1921f91b78642247] > 7/11/2022, 9:03:50 PMBond BridgeBondRequest (18607c24f6900000) [get http://ZZEC18582.local/v2/devices/c5f8610189869b94/commands/8ace49fcbfc0f2cf] > 7/11/2022, 9:03:50 PMBond BridgeBondRequest (18607c24f6900000) [get http://ZZEC18582.local/v2/devices/c5f8610189869b94/commands/8ace49fcbfc0f2cf] > 7/11/2022, 9:03:50 PMBond BridgeBondRequest (18607c24f6904000) [get http://ZZEC18582.local/v2/devices/c5f8610189869b94/commands/241605c02c94cb3c] > 7/11/2022, 9:03:50 PMBond BridgeBondRequest (18607c24f6904000) [get http://ZZEC18582.local/v2/devices/c5f8610189869b94/commands/241605c02c94cb3c] > 7/11/2022, 9:03:50 PMBond BridgeBondConfiguring Accessory: Living Room Windows > 7/11/2022, 9:03:50 PMBond BridgeBondConfiguring Accessory: Living Room Windows > 7/11/2022, 9:03:50 PMBond BridgeBond[Windows] actions: Open,Close,Pair,Hold,Preset,Stop,ToggleOpen > 7/11/2022, 9:03:50 PMBond BridgeBond[Windows] actions: Open,Close,Pair,Hold,Preset,Stop,ToggleOpen > 7/11/2022, 9:03:50 PMBond BridgeBondRequest (18607c24f6a38000) [get http://ZZDI33424.local/v2/devices/166b90fc/state] > 7/11/2022, 9:03:50 PMBond BridgeBondRequest (18607c24f6a38000) [get http://ZZDI33424.local/v2/devices/166b90fc/state] > 7/11/2022, 9:03:50 PMBond BridgeBondConfiguring Accessory: Living Room Fan > 7/11/2022, 9:03:50 PMBond BridgeBondConfiguring Accessory: Living Room Fan > 7/11/2022, 9:03:50 PMBond BridgeBond[Fan] actions: TurnOff,SetSpeed,ToggleDirection,ToggleDownLight,Stop,TogglePower,TurnOn,IncreaseSpeed,DecreaseSpeed,SetDirection,ToggleLight,TurnLightOn,TurnLightOff,ToggleUpLight,TurnUpLightOn,TurnUpLightOff,TurnDownLightOn,TurnDownLightOff > 7/11/2022, 9:03:50 PMBond BridgeBond[Fan] actions: TurnOff,SetSpeed,ToggleDirection,ToggleDownLight,Stop,TogglePower,TurnOn,IncreaseSpeed,DecreaseSpeed,SetDirection,ToggleLight,TurnLightOn,TurnLightOff,ToggleUpLight,TurnUpLightOn,TurnUpLightOff,TurnDownLightOn,TurnDownLightOff > 7/11/2022, 9:03:50 PMBond BridgeBondRequest (18607c24f6a70000) [get http://ZZDI33424.local/v2/devices/2419c7c4/state] > 7/11/2022, 9:03:50 PMBond BridgeBondRequest (18607c24f6a70000) [get http://ZZDI33424.local/v2/devices/2419c7c4/state] > 7/11/2022, 9:03:50 PMBond BridgeBondResponse (18607c24f6a38000) [get http://ZZDI33424.local/v2/devices/166b90fc/state] - {"open":1,"counter1":4,"counter2":164,"_":"0cf16b49","__":"0cf16b49"} > 7/11/2022, 9:03:50 PMBond BridgeBondResponse (18607c24f6a38000) [get http://ZZDI33424.local/v2/devices/166b90fc/state] - {"open":1,"counter1":4,"counter2":164,"_":"0cf16b49","__":"0cf16b49"} > 7/11/2022, 9:03:50 PMBond BridgeBondResponse (18607c24f68e4000) [get http://ZZEC18582.local/v2/devices/c5f8610189869b94/commands/a78cc5ff371828a8] - {"name":"Speed 1","action":"SetSpeed","argument":1,"button_type":"tap","category_name":"Fan","feedback":"state.power==1 and state.speed==1","icon":"speed_1","hidden":false,"_":"ce7ace47","__":"ffa5083c","signal":{"_":"c3213b15"},"tx":{"_":"00000000"}} > 7/11/2022, 9:03:50 PMBond BridgeBondResponse (18607c24f68e4000) [get http://ZZEC18582.local/v2/devices/c5f8610189869b94/commands/a78cc5ff371828a8] - {"name":"Speed 1","action":"SetSpeed","argument":1,"button_type":"tap","category_name":"Fan","feedback":"state.power==1 and state.speed==1","icon":"speed_1","hidden":false,"_":"ce7ace47","__":"ffa5083c","signal":{"_":"c3213b15"},"tx":{"_":"00000000"}} > 7/11/2022, 9:03:50 PMBond BridgeBondResponse (18607c24f6a70000) [get http://ZZDI33424.local/v2/devices/2419c7c4/state] - {"power":0,"speed":2,"direction":-1,"light":0,"up_light":0,"down_light":1,"_":"09b4fe29","__":"09b4fe29"} > 7/11/2022, 9:03:50 PMBond BridgeBondResponse (18607c24f6a70000) [get http://ZZDI33424.local/v2/devices/2419c7c4/state] - {"power":0,"speed":2,"direction":-1,"light":0,"up_light":0,"down_light":1,"_":"09b4fe29","__":"09b4fe29"} > 7/11/2022, 9:03:50 PMBond BridgeBondResponse (18607c24f68dc000) [get http://ZZEC18582.local/v2/devices/c5f8610189869b94/commands/50a5eefce2be35eb] - {"name":"Power Off","action":"TurnOff","argument":null,"button_type":"tap","category_name":"Fan","feedback":"state.power==0","icon":"power_off","hidden":false,"_":"9903d666","__":"618a1a35","signal":{"_":"6d381a86"},"tx":{"_":"00000000"}} > 7/11/2022, 9:03:50 PMBond BridgeBondResponse (18607c24f68dc000) [get http://ZZEC18582.local/v2/devices/c5f8610189869b94/commands/50a5eefce2be35eb] - {"name":"Power Off","action":"TurnOff","argument":null,"button_type":"tap","category_name":"Fan","feedback":"state.power==0","icon":"power_off","hidden":false,"_":"9903d666","__":"618a1a35","signal":{"_":"6d381a86"},"tx":{"_":"00000000"}} > 7/11/2022, 9:03:50 PMBond BridgeBondResponse (18607c24f68f4000) [get http://ZZEC18582.local/v2/devices/c5f8610189869b94/commands/46869344334aa3b4] - {"name":"Speed 4","action":"SetSpeed","argument":4,"button_type":"tap","category_name":"Fan","feedback":"state.power==1 and state.speed==4","icon":"speed_4","hidden":false,"_":"37f8eb6d","__":"cfd72971","signal":{"_":"bdf98b54"},"tx":{"_":"00000000"}} > 7/11/2022, 9:03:50 PMBond BridgeBondResponse (18607c24f68f4000) [get http://ZZEC18582.local/v2/devices/c5f8610189869b94/commands/46869344334aa3b4] - {"name":"Speed 4","action":"SetSpeed","argument":4,"button_type":"tap","category_name":"Fan","feedback":"state.power==1 and state.speed==4","icon":"speed_4","hidden":false,"_":"37f8eb6d","__":"cfd72971","signal":{"_":"bdf98b54"},"tx":{"_":"00000000"}} > 7/11/2022, 9:03:50 PMBond BridgeBondResponse (18607c24f68f0000) [get http://ZZEC18582.local/v2/devices/c5f8610189869b94/commands/a43790a664486836] - {"name":"Speed 3","action":"SetSpeed","argument":3,"button_type":"tap","category_name":"Fan","feedback":"state.power==1 and state.speed==3","icon":"speed_3","hidden":false,"_":"b96af002","__":"56be1fd1","signal":{"_":"39c892a5"},"tx":{"_":"00000000"}} > 7/11/2022, 9:03:50 PMBond BridgeBondResponse (18607c24f68f0000) [get http://ZZEC18582.local/v2/devices/c5f8610189869b94/commands/a43790a664486836] - {"name":"Speed 3","action":"SetSpeed","argument":3,"button_type":"tap","category_name":"Fan","feedback":"state.power==1 and state.speed==3","icon":"speed_3","hidden":false,"_":"b96af002","__":"56be1fd1","signal":{"_":"39c892a5"},"tx":{"_":"00000000"}} > **7/11/2022, 9:03:51 PMBond BridgeBondERRORA request error occurred: [status] 404 [statusText] Not Found** > **7/11/2022, 9:03:51 PMBond BridgeBondERRORA request error occurred: [status] 404 [statusText] Not Found** > 7/11/2022, 9:03:51 PMBond BridgeBondResponse (18607c24f68e8000) [get http://ZZEC18582.local/v2/devices/c5f8610189869b94/commands/6047ff8f12494cd0] - {"name":"Speed 2","action":"SetSpeed","argument":2,"button_type":"tap","category_name":"Fan","feedback":"state.power==1 and state.speed==2","icon":"speed_2","hidden":false,"_":"428fe503","__":"ef8b1707","signal":{"_":"e9090377"},"tx":{"_":"00000000"}} > 7/11/2022, 9:03:51 PMBond BridgeBondResponse (18607c24f68e8000) [get http://ZZEC18582.local/v2/devices/c5f8610189869b94/commands/6047ff8f12494cd0] - {"name":"Speed 2","action":"SetSpeed","argument":2,"button_type":"tap","category_name":"Fan","feedback":"state.power==1 and state.speed==2","icon":"speed_2","hidden":false,"_":"428fe503","__":"ef8b1707","signal":{"_":"e9090377"},"tx":{"_":"00000000"}} > 7/11/2022, 9:03:51 PMBond BridgeBondResponse (18607c24f6904000) [get http://ZZEC18582.local/v2/devices/c5f8610189869b94/commands/241605c02c94cb3c] - {"name":"Reverse","action":"ToggleDirection","argument":null,"button_type":"tap","category_name":"Fan","feedback":"state.direction==-1","icon":"reverse","hidden":false,"_":"ec379793","__":"7e1673f2","signal":{"_":"2e692981"},"tx":{"_":"00000000"}} > 7/11/2022, 9:03:51 PMBond BridgeBondResponse (18607c24f6904000) [get http://ZZEC18582.local/v2/devices/c5f8610189869b94/commands/241605c02c94cb3c] - {"name":"Reverse","action":"ToggleDirection","argument":null,"button_type":"tap","category_name":"Fan","feedback":"state.direction==-1","icon":"reverse","hidden":false,"_":"ec379793","__":"7e1673f2","signal":{"_":"2e692981"},"tx":{"_":"00000000"}} > 7/11/2022, 9:03:51 PMBond BridgeBondResponse (18607c24f68f8000) [get http://ZZEC18582.local/v2/devices/c5f8610189869b94/commands/1921f91b78642247] - {"name":"Speed 5","action":"SetSpeed","argument":5,"button_type":"tap","category_name":"Fan","feedback":"state.power==1 and state.speed==5","icon":"speed_5","hidden":false,"_":"2074fe08","__":"76e221a7","signal":{"_":"70ad0951"},"tx":{"_":"00000000"}} > 7/11/2022, 9:03:51 PMBond BridgeBondResponse (18607c24f68f8000) [get http://ZZEC18582.local/v2/devices/c5f8610189869b94/commands/1921f91b78642247] - {"name":"Speed 5","action":"SetSpeed","argument":5,"button_type":"tap","category_name":"Fan","feedback":"state.power==1 and state.speed==5","icon":"speed_5","hidden":false,"_":"2074fe08","__":"76e221a7","signal":{"_":"70ad0951"},"tx":{"_":"00000000"}} > 7/11/2022, 9:03:52 PMBond BridgeBondResponse (18607c24f6900000) [get http://ZZEC18582.local/v2/devices/c5f8610189869b94/commands/8ace49fcbfc0f2cf] - {"name":"Speed 6","action":"SetSpeed","argument":6,"button_type":"tap","category_name":"Fan","feedback":"state.power==1 and state.speed==6","icon":"speed_6","hidden":false,"_":"8c30324e","__":"66cc3e9c","signal":{"_":"5a853133"},"tx":{"_":"00000000"}} > 7/11/2022, 9:03:52 PMBond BridgeBondResponse (18607c24f6900000) [get http://ZZEC18582.local/v2/devices/c5f8610189869b94/commands/8ace49fcbfc0f2cf] - {"name":"Speed 6","action":"SetSpeed","argument":6,"button_type":"tap","category_name":"Fan","feedback":"state.power==1 and state.speed==6","icon":"speed_6","hidden":false,"_":"8c30324e","__":"66cc3e9c","signal":{"_":"5a853133"},"tx":{"_":"00000000"}} > 7/11/2022, 9:04:50 PMBond BridgeBondUDP message sent to ZZDI33424.local:30007 > 7/11/2022, 9:04:50 PMBond BridgeBondUDP message sent to ZZDI33424.local:30007 > 7/11/2022, 9:04:50 PMBond BridgeBondUDP Message received from 192.168.4.32:30007 - {"B":"ZZDI33424","d":0,"v":"v3.3.8"} > 7/11/2022, 9:04:50 PMBond BridgeBondUDP Message received from 192.168.4.32:30007 - {"B":"ZZDI33424","d":0,"v":"v3.3.8"} > 7/11/2022, 9:04:50 PMBond BridgeBondUDP message sent to ZZEC18582.local:30007 > 7/11/2022, 9:04:50 PMBond BridgeBondUDP message sent to ZZEC18582.local:30007 > 7/11/2022, 9:04:50 PMBond BridgeBondUDP Message received from 192.168.7.106:30007 - {"B":"ZZEC18582","d":0,"v":"v3.3.8"} > 7/11/2022, 9:04:50 PMBond BridgeBondUDP Message received from 192.168.7.106:30007 - {"B":"ZZEC18582","d":0,"v":"v3.3.8"} > 7/11/2022, 9:05:50 PMBond BridgeBondUDP message sent to ZZEC18582.local:30007 > 7/11/2022, 9:05:50 PMBond BridgeBondUDP message sent to ZZEC18582.local:30007 > 7/11/2022, 9:05:50 PMBond BridgeBondUDP Message received from 192.168.7.106:30007 - {"B":"ZZEC18582","d":0,"v":"v3.3.8"} > 7/11/2022, 9:05:50 PMBond BridgeBondUDP Message received from 192.168.7.106:30007 - {"B":"ZZEC18582","d":0,"v":"v3.3.8"} > 7/11/2022, 9:05:50 PMBond BridgeBondUDP message sent to ZZDI33424.local:30007 > 7/11/2022, 9:05:50 PMBond BridgeBondUDP message sent to ZZDI33424.local:30007 > 7/11/2022, 9:05:50 PMBond BridgeBondUDP Message received from 192.168.4.32:30007 - {"B":"ZZDI33424","d":0,"v":"v3.3.8"} > 7/11/2022, 9:05:50 PMBond BridgeBondUDP Message received from 192.168.4.32:30007 - {"B":"ZZDI33424","d":0,"v":"v3.3.8"} > 7/11/2022, 9:06:50 PMBond BridgeBondUDP message sent to ZZDI33424.local:30007 > 7/11/2022, 9:06:50 PMBond BridgeBondUDP message sent to ZZDI33424.local:30007 > 7/11/2022, 9:06:50 PMBond BridgeBondUDP message sent to ZZEC18582.local:30007 > 7/11/2022, 9:06:50 PMBond BridgeBondUDP message sent to ZZEC18582.local:30007 > 7/11/2022, 9:06:50 PMBond BridgeBondUDP Message received from 192.168.4.32:30007 - {"B":"ZZDI33424","d":0,"v":"v3.3.8"} > 7/11/2022, 9:06:50 PMBond BridgeBondUDP Message received from 192.168.4.32:30007 - {"B":"ZZDI33424","d":0,"v":"v3.3.8"} > 7/11/2022, 9:06:50 PMBond BridgeBondUDP Message received from 192.168.7.106:30007 - {"B":"ZZEC18582","d":0,"v":"v3.3.8"} > 7/11/2022, 9:06:50 PMBond BridgeBondUDP Message received from 192.168.7.106:30007 - {"B":"ZZEC18582","d":0,"v":"v3.3.8"} > 7/11/2022, 9:07:50 PMBond BridgeBondUDP message sent to ZZEC18582.local:30007 > 7/11/2022, 9:07:50 PMBond BridgeBondUDP message sent to ZZEC18582.local:30007 > 7/11/2022, 9:07:50 PMBond BridgeBondUDP message sent to ZZDI33424.local:30007 > 7/11/2022, 9:07:50 PMBond BridgeBondUDP message sent to ZZDI33424.local:30007 > 7/11/2022, 9:07:50 PMBond BridgeBondUDP Message received from 192.168.4.32:30007 - {"B":"ZZDI33424","d":0,"v":"v3.3.8"} > 7/11/2022, 9:07:50 PMBond BridgeBondUDP Message received from 192.168.4.32:30007 - {"B":"ZZDI33424","d":0,"v":"v3.3.8"} > 7/11/2022, 9:07:50 PMBond BridgeBondUDP Message received from 192.168.7.106:30007 - {"B":"ZZEC18582","d":0,"v":"v3.3.8"} > 7/11/2022, 9:07:50 PMBond BridgeBondUDP Message received from 192.168.7.106:30007 - {"B":"ZZEC18582","d":0,"v":"v3.3.8"} > 7/11/2022, 9:08:03 PMHOOBS BridgeGet Ready For BedSetting switch to false > 7/11/2022, 9:08:03 PMHOOBS BridgeGet Ready For BedSetting switch to false > 7/11/2022, 9:08:03 PMHOOBS BridgeMovie ModeSetting switch to false > 7/11/2022, 9:08:03 PMHOOBS BridgeMovie ModeSetting switch to false > 7/11/2022, 9:08:03 PMHOOBS BridgeEveningSetting switch to true > 7/11/2022, 9:08:03 PMHOOBS BridgeEveningSetting switch to true > 7/11/2022, 9:08:03 PMHOOBS BridgeGoodnightSetting switch to false > 7/11/2022, 9:08:03 PMHOOBS BridgeGoodnightSetting switch to false > 7/11/2022, 9:08:50 PMBond BridgeBondUDP message sent to ZZEC18582.local:30007 > 7/11/2022, 9:08:50 PMBond BridgeBondUDP message sent to ZZEC18582.local:30007 > 7/11/2022, 9:08:50 PMBond BridgeBondUDP Message received from 192.168.7.106:30007 - {"B":"ZZEC18582","d":0,"v":"v3.3.8"} > 7/11/2022, 9:08:50 PMBond BridgeBondUDP Message received from 192.168.7.106:30007 - {"B":"ZZEC18582","d":0,"v":"v3.3.8"} > 7/11/2022, 9:08:50 PMBond BridgeBondUDP message sent to ZZDI33424.local:30007 > 7/11/2022, 9:08:50 PMBond BridgeBondUDP message sent to ZZDI33424.local:30007 > 7/11/2022, 9:08:50 PMBond BridgeBondUDP Message received from 192.168.4.32:30007 - {"B":"ZZDI33424","d":0,"v":"v3.3.8"} > 7/11/2022, 9:08:50 PMBond BridgeBondUDP Message received from 192.168.4.32:30007 - {"B":"ZZDI33424","d":0,"v":"v3.3.8"} > 7/11/2022, 9:09:50 PMBond BridgeBondUDP message sent to ZZEC18582.local:30007 > 7/11/2022, 9:09:50 PMBond BridgeBondUDP message sent to ZZEC18582.local:30007 > 7/11/2022, 9:09:50 PMBond BridgeBondUDP message sent to ZZDI33424.local:30007 > 7/11/2022, 9:09:50 PMBond BridgeBondUDP message sent to ZZDI33424.local:30007 > 7/11/2022, 9:09:50 PMBond BridgeBondUDP Message received from 192.168.7.106:30007 - {"B":"ZZEC18582","d":0,"v":"v3.3.8"} > 7/11/2022, 9:09:50 PMBond BridgeBondUDP Message received from 192.168.7.106:30007 - {"B":"ZZEC18582","d":0,"v":"v3.3.8"} > 7/11/2022, 9:09:50 PMBond BridgeBondUDP Message received from 192.168.4.32:30007 - {"B":"ZZDI33424","d":0,"v":"v3.3.8"} > 7/11/2022, 9:09:50 PMBond BridgeBondUDP Message received from 192.168.4.32:30007 - {"B":"ZZDI33424","d":0,"v":"v3.3.8"} > 7/11/2022, 9:10:50 PMBond BridgeBondUDP message sent to ZZEC18582.local:30007 > 7/11/2022, 9:10:50 PMBond BridgeBondUDP message sent to ZZEC18582.local:30007 > 7/11/2022, 9:10:50 PMBond BridgeBondUDP message sent to ZZDI33424.local:30007 > 7/11/2022, 9:10:50 PMBond BridgeBondUDP message sent to ZZDI33424.local:30007 > 7/11/2022, 9:10:50 PMBond BridgeBondUDP Message received from 192.168.4.32:30007 - {"B":"ZZDI33424","d":0,"v":"v3.3.8"} > 7/11/2022, 9:10:50 PMBond BridgeBondUDP Message received from 192.168.4.32:30007 - {"B":"ZZDI33424","d":0,"v":"v3.3.8"} > 7/11/2022, 9:10:50 PMBond BridgeBondUDP Message received from 192.168.7.106:30007 - {"B":"ZZEC18582","d":0,"v":"v3.3.8"} > 7/11/2022, 9:10:50 PMBond BridgeBondUDP Message received from 192.168.7.106:30007 - {"B":"ZZEC18582","d":0,"v":"v3.3.8"} > 7/11/2022, 9:11:50 PMBond BridgeBondUDP message sent to ZZEC18582.local:30007 > 7/11/2022, 9:11:50 PMBond BridgeBondUDP message sent to ZZEC18582.local:30007 > 7/11/2022, 9:11:50 PMBond BridgeBondUDP message sent to ZZDI33424.local:30007 > 7/11/2022, 9:11:50 PMBond BridgeBondUDP message sent to ZZDI33424.local:30007 > 7/11/2022, 9:11:50 PMBond BridgeBondUDP Message received from 192.168.4.32:30007 - {"B":"ZZDI33424","d":0,"v":"v3.3.8"} > 7/11/2022, 9:11:50 PMBond BridgeBondUDP Message received from 192.168.4.32:30007 - {"B":"ZZDI33424","d":0,"v":"v3.3.8"} > 7/11/2022, 9:11:50 PMBond BridgeBondUDP Message received from 192.168.7.106:30007 - {"B":"ZZEC18582","d":0,"v":"v3.3.8"} > 7/11/2022, 9:11:50 PMBond BridgeBondUDP Message received from 192.168.7.106:30007 - {"B":"ZZEC18582","d":0,"v":"v3.3.8"} > 7/11/2022, 9:12:50 PMBond BridgeBondUDP message sent to ZZEC18582.local:30007 > 7/11/2022, 9:12:50 PMBond BridgeBondUDP message sent to ZZEC18582.local:30007 > 7/11/2022, 9:12:50 PMBond BridgeBondUDP message sent to ZZDI33424.local:30007 > 7/11/2022, 9:12:50 PMBond BridgeBondUDP message sent to ZZDI33424.local:30007 > 7/11/2022, 9:12:50 PMBond BridgeBondUDP Message received from 192.168.7.106:30007 - {"B":"ZZEC18582","d":0,"v":"v3.3.8"} > 7/11/2022, 9:12:50 PMBond BridgeBondUDP Message received from 192.168.7.106:30007 - {"B":"ZZEC18582","d":0,"v":"v3.3.8"} > 7/11/2022, 9:12:50 PMBond BridgeBondUDP Message received from 192.168.4.32:30007 - {"B":"ZZDI33424","d":0,"v":"v3.3.8"} > 7/11/2022, 9:12:50 PMBond BridgeBondUDP Message received from 192.168.4.32:30007 - {"B":"ZZDI33424","d":0,"v":"v3.3.8"} > 7/11/2022, 9:13:50 PMBond BridgeBondUDP message sent to ZZDI33424.local:30007 > 7/11/2022, 9:13:50 PMBond BridgeBondUDP message sent to ZZDI33424.local:30007 > 7/11/2022, 9:13:50 PMBond BridgeBondUDP message sent to ZZEC18582.local:30007 > 7/11/2022, 9:13:50 PMBond BridgeBondUDP message sent to ZZEC18582.local:30007 > 7/11/2022, 9:13:50 PMBond BridgeBondUDP Message received from 192.168.7.106:30007 - {"B":"ZZEC18582","d":0,"v":"v3.3.8"} > 7/11/2022, 9:13:50 PMBond BridgeBondUDP Message received from 192.168.7.106:30007 - {"B":"ZZEC18582","d":0,"v":"v3.3.8"} > 7/11/2022, 9:13:50 PMBond BridgeBondUDP Message received from 192.168.4.32:30007 - {"B":"ZZDI33424","d":0,"v":"v3.3.8"} > 7/11/2022, 9:13:50 PMBond BridgeBondUDP Message received from 192.168.4.32:30007 - {"B":"ZZDI33424","d":0,"v":"v3.3.8"}
XueningXu commented 2 years ago

It looks like the same issue that I ran into today. I just solved it, thanks to the solution from @diffness in #213.

iQueenOfTexas commented 2 years ago

Yes, indeed. The fix listed in that issue fixed the issue for me as well.