MySensors Error received
-
I am getting this error about every 20 minutes from my gateway and it appears to be happening to all of my sensors. I am running all of my devices including the USB gateway on MySensors library 2.3.2. The gateway is connected to a Perceptive Automation Indigo home controller. Any ideas? A snip of the log is below:
2022-11-26 16:38:11.012 MySensors Error received '17:255' NoneNone0 failed: item type not found
2022-11-26 17:18:06.844 MySensors Error received '60:255' NoneNone0 failed: item type not found
2022-11-26 17:18:11.917 MySensors Error received '100:255' NoneNone0 failed: item type not found
2022-11-26 17:18:16.992 MySensors Error received '17:255' NoneNone0 failed: item type not found
-
Do you have nodes with addresses ## 17 60 100 on your network?
-
@yury Yes
-
@TurboMaster66 said in MySensors Error received:
item type not found
Seems like some sensor types you created in those nodes not supported\accepted by the controller. try different types. That is my best guess. I've seen something like that in homeassistant and domoticz
-
I successfully worked around the issue by updating the /Library/Application Support/Perceptive Automation/Indigo 2022.1/Plugins/MySensors.indigoPlugin/Contents/Server Plugin
/plugin.py script to recognize the internal 21 code.
Here's the diff:34c134,135
< "GATEWAY_READY" : [14, "Gateway ready", ""]"GATEWAY_READY" : [14, "Gateway ready", ""], "DISCOVER_RESPONSE" : [21, "Discover response", ""]
715a717,719
elif itemType == self.getInternalNumber("DISCOVER_RESPONSE"): # 21 Ignore pass
P.S. Indigo 2022.1 is complaining about this plugin that it won't be supported in future releases. Is there anyone out there planning to update this plugin?
Suggested Topics
-
💬 MySensors Linky
OpenHardware.io • 27 Nov 2019, 14:55 • openhardware.io 22 Dec 2019, 18:18 -
💬 NModule ADXL accelerometer sensor shield
OpenHardware.io • 28 May 2017, 18:10 • openhardware.io 25 Jul 2017, 19:39 -
Curtain Control Node
OpenHardware.io • 16 Mar 2016, 00:39 • openhardware.io 31 Oct 2017, 21:39 -
💬 NRF24 to RFM69 adapter
OpenHardware.io • 15 Jul 2018, 13:18 • openhardware.io 17 Jul 2018, 05:51 -
💬 2 channel in wall dimmer
OpenHardware.io • 14 Jan 2017, 18:11 • openhardware.io 1 Feb 2017, 20:29 -
💬 MyQTherm - replace IQTherm heating thermostat
OpenHardware.io • 19 Apr 2017, 17:57 • openhardware.io 21 Jun 2020, 17:16 -
💬 MySensors Stable Node
OpenHardware.io • 21 Feb 2016, 21:07 • openhardware.io 5 Jun 2019, 20:45 -
pimatic-mysensors controller plugin
pimatic • 9 Jan 2015, 10:21 • Dheeraj 26 Jul 2019, 12:25