RFXCOM Error

Posted on
Fri Jun 01, 2018 9:21 pm
ckeyes888 offline
Posts: 2417
Joined: Nov 26, 2009
Location: Kalispell, MT

RFXCOM Error

Started getting this error today.

Code: Select all
RFXCOM Error                    Error in plugin execution runConcurrentThread:

Traceback (most recent call last):
  File "plugin.py", line 309, in runConcurrentThread
  File "/Library/Application Support/Perceptive Automation/Indigo 7/Plugins/RFXCOM.indigoPlugin/Contents/Server Plugin/RFXTRX.py", line 2285, in startComm
  File "/Library/Application Support/Perceptive Automation/Indigo 7/Plugins/RFXCOM.indigoPlugin/Contents/Server Plugin/RFXTRX.py", line 746, in processPacket
  File "/Library/Application Support/Perceptive Automation/Indigo 7/Plugins/RFXCOM.indigoPlugin/Contents/Server Plugin/RFXTRX.py", line 1514, in showTemp
KeyError: key MultiplyBatteryLevel not found in dict

   RFXCOM Error                    plugin runConcurrentThread function returned or failed (will attempt again in 10 seconds)
 


Any idea what it may be?

Thanks,

Carl

Posted on
Fri Jun 01, 2018 11:07 pm
kw123 offline
User avatar
Posts: 8333
Joined: May 12, 2013
Location: Dallas, TX

Re: RFXCOM Error

that piece has not changed in the last 6 months.

did you change any temp sensor? ie enable multiply battery indicator in device edit?

I can add >>>...<<< that should avoid the error, but it should not happen..
line 1514: if >>>'MultiplyBatteryLevel' in self.devicesCopy[sensor].pluginProps and <<< self.devicesCopy[sensor].pluginProps['MultiplyBatteryLevel']:


Karl

Posted on
Sat Jun 02, 2018 2:33 am
ckeyes888 offline
Posts: 2417
Joined: Nov 26, 2009
Location: Kalispell, MT

Re: RFXCOM Error

I added a UV sensor, not familiar with multiple battery indicator option.
I'll try disabling it and see if the error stops.

Thanks,

Carl

Posted on
Sat Jun 02, 2018 7:39 am
kw123 offline
User avatar
Posts: 8333
Joined: May 12, 2013
Location: Dallas, TX

Re: RFXCOM Error

apparently the UV sensor device also has a temperature state.. and the plugin calls the showTemp method.and in there it checks the multiplyBattery indicator. but in the device there is no such property defined.

- either add if 'MultiplyBatteryLevel' in self.devicesCopy[sensor].pluginProps and ..
- or add a multiply battery indicator property to the UV sensor.

As I do not have that sensor I don't know if adding that property makes sense.
So I propose to add the if property exists do the check otherwise ignore...

does that make sense?

Karl

Posted on
Sat Jun 02, 2018 10:36 am
kw123 offline
User avatar
Posts: 8333
Joined: May 12, 2013
Location: Dallas, TX

Re: RFXCOM Error

just in case submitted a pull request to Matt& Jay with the additional
if 'MultiplyBatteryLevel' in self.devicesCopy[sensor].pluginProps and ..
statement

Karl

Posted on
Sat Jun 02, 2018 4:32 pm
matt (support) offline
Site Admin
User avatar
Posts: 21411
Joined: Jan 27, 2003
Location: Texas

Re: RFXCOM Error

Thanks, Karl. Version 2.1.13 is now available on the plugin store.

Image

Posted on
Sat Jun 02, 2018 7:34 pm
ckeyes888 offline
Posts: 2417
Joined: Nov 26, 2009
Location: Kalispell, MT

Re: RFXCOM Error

Just tried the new version. Stills errors out for me.

Code: Select all
 RFXCOM                          connected to RFXtrx 433.92 MHz, firmware version 24
   RFXCOM                          currently enabled receiver protocols: Oregon Scientific
   RFXCOM                          enabling receiver protocols: Undecoded
   RFXCOM                          stored changed settings into non-volatile memory
   RFXCOM Error                    Error in plugin execution runConcurrentThread:

Traceback (most recent call last):
  File "plugin.py", line 309, in runConcurrentThread
  File "/Library/Application Support/Perceptive Automation/Indigo 7/Plugins/RFXCOM.indigoPlugin/Contents/Server Plugin/RFXTRX.py", line 2285, in startComm
  File "/Library/Application Support/Perceptive Automation/Indigo 7/Plugins/RFXCOM.indigoPlugin/Contents/Server Plugin/RFXTRX.py", line 746, in processPacket
  File "/Library/Application Support/Perceptive Automation/Indigo 7/Plugins/RFXCOM.indigoPlugin/Contents/Server Plugin/RFXTRX.py", line 1546, in showTemp
KeyError: key sensorValueType not found in dict

   RFXCOM Error                    plugin runConcurrentThread function returned or failed (will attempt again in 10 seconds)


I also disconnected the UV sensor but apparently that wasn’t the culprit.

Thanks,

Carl

Posted on
Sat Jun 02, 2018 7:47 pm
kw123 offline
User avatar
Posts: 8333
Joined: May 12, 2013
Location: Dallas, TX

Re: RFXCOM Error

this UV sensor does it have temp and humidity? It tries too fill temperature / humidity states and they seem to not exist

could you switch on debug. need more info ...

I have aded another if to catch that error in this one, same v #
https://www.dropbox.com/s/aafv4517xm9k9ar/RFXCOM.indigoPlugin.zip?dl=1
before we post on the plugin store, could you try it and also do the debug . Need to see which sensor and what is missing and why the UV sensor is different

Karl

Posted on
Sat Jun 02, 2018 8:06 pm
ckeyes888 offline
Posts: 2417
Joined: Nov 26, 2009
Location: Kalispell, MT

Re: RFXCOM Error

Again, the UV sensor is disconnected.
Here's the debug:

Code: Select all
 RFXCOM Error                    Error in plugin execution runConcurrentThread:

Traceback (most recent call last):
  File "plugin.py", line 309, in runConcurrentThread
  File "/Library/Application Support/Perceptive Automation/Indigo 7/Plugins/RFXCOM.indigoPlugin/Contents/Server Plugin/RFXTRX.py", line 2285, in startComm
  File "/Library/Application Support/Perceptive Automation/Indigo 7/Plugins/RFXCOM.indigoPlugin/Contents/Server Plugin/RFXTRX.py", line 746, in processPacket
  File "/Library/Application Support/Perceptive Automation/Indigo 7/Plugins/RFXCOM.indigoPlugin/Contents/Server Plugin/RFXTRX.py", line 1546, in showTemp
KeyError: key sensorValueType not found in dict

   RFXCOM Error                    plugin runConcurrentThread function returned or failed (will attempt again in 10 seconds)

Jun 2, 2018 8:00:25 PM
   RFXCOM Debug                    getConfiguration start
   RFXCOM                          initializing communication on port /dev/cu.usbserial-A12HDS42 at speed 38400
   RFXCOM Debug                    serial port opened
   RFXCOM Debug                    send reset cmd: 13 0 0 0 0 0 0 0 0 0 0 0 0 0 (0D 00 00 00 00 00 00 00 00 00 00 00 00 00)
   RFXCOM Debug                    PIC INIT IS: none
   RFXCOM Debug                    send init cmd: 13 0 0 1 2 0 0 0 0 0 0 0 0 0 (0D 00 00 01 02 00 00 00 00 00 00 00 00 00)
   RFXCOM Debug                    rcvd init reply: 20 1 0 1 2 83 24 0 0 32 0 1 3 28 4 80 89 1 53 19 83 (14 01 00 01 02 53 18 00 00 20 00 01 03 1C 04 50 59 01 35 13 53)
   RFXCOM                          connected to RFXtrx 433.92 MHz, firmware version 24
   RFXCOM                          currently enabled receiver protocols: Oregon Scientific
   RFXCOM Debug                    processing: 16 86 2 0 26 0 0 180 0 0 0 0 3 28 4 80 89 (10 56 02 00 1A 00 00 B4 00 00 00 00 03 1C 04 50 59)
   RFXCOM Debug                    Wind sensor 26 direction 180 avgSpeed 0.00 gust 0.00.
   RFXCOM Debug                    Wind sensor 26 direction 180 avgSpeed 0.00 gust 0.00.
   RFXCOM Debug                    Wind sensor 26 in list
   RFXCOM Debug                    ++++++++++++++
   RFXCOM Debug                    finalizeStatesChanges:RFX Wind Direction :[{'value': 0, 'key': u'avgSpeed'}, {'value': 0, 'key': u'gust'}, {'value': 180, 'key': u'directionDegrees'}, {'value': 'S', 'key': u'directionText'}, {'value': 2, 'key': u'type'}, {'value': '2018/06/02 20:00:43', 'key': u'lastUpdated'}, {'value': 10, 'key': u'batteryLevel'}, {'value': 5, 'key': u'signalStrength'}, {'value': u'S at 0 mph', 'key': u'display'}]
   RFXCOM Debug                    processing: 16 86 2 1 26 0 0 180 0 0 0 0 3 28 4 80 89 (10 56 02 01 1A 00 00 B4 00 00 00 00 03 1C 04 50 59)
   RFXCOM Debug                    Wind sensor 26 direction 180 avgSpeed 0.00 gust 0.00.
   RFXCOM Debug                    Wind sensor 26 direction 180 avgSpeed 0.00 gust 0.00.
   RFXCOM Debug                    Wind sensor 26 in list
   RFXCOM Debug                    ++++++++++++++
   RFXCOM Debug                    finalizeStatesChanges:RFX Wind Direction :[{'value': 0, 'key': u'avgSpeed'}, {'value': 0, 'key': u'gust'}, {'value': 180, 'key': u'directionDegrees'}, {'value': 'S', 'key': u'directionText'}, {'value': 2, 'key': u'type'}, {'value': '2018/06/02 20:00:57', 'key': u'lastUpdated'}, {'value': 10, 'key': u'batteryLevel'}, {'value': 5, 'key': u'signalStrength'}, {'value': u'S at 0 mph', 'key': u'display'}]
   RFXCOM Debug                    processing: 10 82 2 2 230 1 0 190 46 0 121 (0A 52 02 02 E6 01 00 BE 2E 00 79)
   RFXCOM Debug                    Temp sensor 486 now 66.00 degrees and 46 humidity.
   RFXCOM Debug                    Temp sensor 486 in list
   RFXCOM Debug                    addToBatchStatesChange:RFX UV Meter; key >>humidity<< not in states
   RFXCOM Debug                    addToBatchStatesChange:RFX UV Meter; key >>humidityStatus<< not in states
   RFXCOM Debug                    UpdateMinMax state temperature value 66.0
   RFXCOM Debug                    check if new day: last date 2018/06/01, new date 2018/06/02
   RFXCOM Error                    Error in plugin execution runConcurrentThread:

Traceback (most recent call last):
  File "plugin.py", line 309, in runConcurrentThread
  File "/Library/Application Support/Perceptive Automation/Indigo 7/Plugins/RFXCOM.indigoPlugin/Contents/Server Plugin/RFXTRX.py", line 2285, in startComm
  File "/Library/Application Support/Perceptive Automation/Indigo 7/Plugins/RFXCOM.indigoPlugin/Contents/Server Plugin/RFXTRX.py", line 746, in processPacket
  File "/Library/Application Support/Perceptive Automation/Indigo 7/Plugins/RFXCOM.indigoPlugin/Contents/Server Plugin/RFXTRX.py", line 1546, in showTemp
KeyError: key sensorValueType not found in dict

   RFXCOM Error                    plugin runConcurrentThread function returned or failed (will attempt again in 10 seconds)
   RFXCOM Debug                    runConcurrentThread called
   RFXCOM Debug                    startComm called
   RFXCOM Debug                    processing: 16 86 2 3 26 0 0 180 0 0 0 0 3 28 4 80 105 (10 56 02 03 1A 00 00 B4 00 00 00 00 03 1C 04 50 69)
   RFXCOM Debug                    Wind sensor 26 direction 180 avgSpeed 0.00 gust 0.00.
   RFXCOM Debug                    Wind sensor 26 direction 180 avgSpeed 0.00 gust 0.00.
   RFXCOM Debug                    Wind sensor 26 in list
   RFXCOM Debug                    ++++++++++++++
   RFXCOM Debug                    finalizeStatesChanges:RFX UV Meter :[{'value': 66, 'key': u'temperature'}, {'value': 2, 'key': u'type'}, {'value': 10, 'key': u'batteryLevel'}, {'value': 7, 'key': u'signalStrength'}, {'value': 66, 'key': u'minYesterdaytemperature'}, {'value': 66, 'key': u'maxYesterdaytemperature'}, {'value': 66, 'key': u'mintemperature'}, {'value': 66, 'key': u'maxtemperature'}]
   RFXCOM Debug                    finalizeStatesChanges:RFX Wind Direction :[{'value': 0, 'key': u'avgSpeed'}, {'value': 0, 'key': u'gust'}, {'value': 180, 'key': u'directionDegrees'}, {'value': 'S', 'key': u'directionText'}, {'value': 2, 'key': u'type'}, {'value': '2018/06/02 20:01:12', 'key': u'lastUpdated'}, {'value': 10, 'key': u'batteryLevel'}, {'value': 6, 'key': u'signalStrength'}, {'value': u'S at 0 mph', 'key': u'display'}]
   RFXCOM Debug                    processing: 10 82 2 4 119 4 0 180 44 0 105 (0A 52 02 04 77 04 00 B4 2C 00 69)
   RFXCOM Debug                    Temp sensor 1143 now 64.00 degrees and 44 humidity.
   RFXCOM Debug                    Temp sensor 1143 in list
   RFXCOM Debug                    UpdateMinMax state temperature value 64.0
   RFXCOM Debug                    check if new day: last date 2018/06/02, new date 2018/06/02
   RFXCOM Debug                    UpdateMinMax state humidity value 44.0
   RFXCOM Debug                    check if new day: last date 2018/06/02, new date 2018/06/02
   RFXCOM Debug                    ++++++++++++++
   RFXCOM Debug                    finalizeStatesChanges:RFX Temp Bedroom Guest :[{'value': 64, 'key': u'temperature'}, {'value': 44, 'key': u'humidity'}, {'value': 'dry', 'key': u'humidityStatus'}, {'value': 2, 'key': u'type'}, {'value': 100, 'key': u'batteryLevel'}, {'value': 6, 'key': u'signalStrength'}, {'decimalPlaces': '0', 'uiValue': u'64 \xb0F', 'value': 64.0, 'key': u'display'}, {'value': '2018/06/02 20:01:23', 'key': u'lastUpdated'}, {'decimalPlaces': '0', 'key': 'sensorValue', 'value': 64.0, 'uiValue': u'64 \xb0F'}]
   RFXCOM Debug                    Updating plugin props, Sensor 1143
   RFXCOM Debug                    processing: 16 86 2 5 26 0 0 180 0 0 0 0 3 28 4 80 105 (10 56 02 05 1A 00 00 B4 00 00 00 00 03 1C 04 50 69)
   RFXCOM Debug                    Wind sensor 26 direction 180 avgSpeed 0.00 gust 0.00.
   RFXCOM Debug                    Wind sensor 26 direction 180 avgSpeed 0.00 gust 0.00.
   RFXCOM Debug                    Wind sensor 26 in list
   RFXCOM Debug                    ++++++++++++++
   RFXCOM Debug                    finalizeStatesChanges:RFX Wind Direction :[{'value': 0, 'key': u'avgSpeed'}, {'value': 0, 'key': u'gust'}, {'value': 180, 'key': u'directionDegrees'}, {'value': 'S', 'key': u'directionText'}, {'value': 2, 'key': u'type'}, {'value': '2018/06/02 20:01:25', 'key': u'lastUpdated'}, {'value': 10, 'key': u'batteryLevel'}, {'value': 6, 'key': u'signalStrength'}, {'value': u'S at 0 mph', 'key': u'display'}]
   Trigger                         Clock Display Time to Variable
   Trigger                         Thermostat Living Room Temp Variable Set
   Trigger                         Living Room Temp to Variable
   RFXCOM Debug                    processing: 10 82 2 6 203 3 0 212 46 1 105 (0A 52 02 06 CB 03 00 D4 2E 01 69)
   RFXCOM Debug                    Temp sensor 971 now 70.00 degrees and 46 humidity.
   RFXCOM Debug                    Temp sensor 971 in list
   RFXCOM Debug                    UpdateMinMax state temperature value 70.0
   RFXCOM Debug                    check if new day: last date 2018/06/02, new date 2018/06/02
   RFXCOM Debug                    UpdateMinMax state humidity value 46.0
   RFXCOM Debug                    check if new day: last date 2018/06/02, new date 2018/06/02
   RFXCOM Debug                    ++++++++++++++
   RFXCOM Debug                    finalizeStatesChanges:RFX Temp Outside :[{'value': 70, 'key': u'temperature'}, {'value': 46, 'key': u'humidity'}, {'value': 'comfort', 'key': u'humidityStatus'}, {'value': 2, 'key': u'type'}, {'value': 100, 'key': u'batteryLevel'}, {'value': 6, 'key': u'signalStrength'}, {'decimalPlaces': '0', 'uiValue': u'70 \xb0F', 'value': 70.0, 'key': u'display'}, {'value': '2018/06/02 20:01:31', 'key': u'lastUpdated'}, {'decimalPlaces': '0', 'key': 'sensorValue', 'value': 70.0, 'uiValue': u'70 \xb0F'}]
   RFXCOM Debug                    Updating plugin props, Sensor 971
   Schedule                        Thermostat Living Room Temp Variable Set (delayed action)
   RFXCOM Debug                    processing: 16 86 2 7 26 0 0 180 0 0 0 0 3 28 4 80 105 (10 56 02 07 1A 00 00 B4 00 00 00 00 03 1C 04 50 69)
   RFXCOM Debug                    Wind sensor 26 direction 180 avgSpeed 0.00 gust 0.00.
   RFXCOM Debug                    Wind sensor 26 direction 180 avgSpeed 0.00 gust 0.00.
   RFXCOM Debug                    Wind sensor 26 in list
   RFXCOM Debug                    ++++++++++++++
   RFXCOM Debug                    finalizeStatesChanges:RFX Wind Direction :[{'value': 0, 'key': u'avgSpeed'}, {'value': 0, 'key': u'gust'}, {'value': 180, 'key': u'directionDegrees'}, {'value': 'S', 'key': u'directionText'}, {'value': 2, 'key': u'type'}, {'value': '2018/06/02 20:01:39', 'key': u'lastUpdated'}, {'value': 10, 'key': u'batteryLevel'}, {'value': 6, 'key': u'signalStrength'}, {'value': u'S at 0 mph', 'key': u'display'}]
   RFXCOM Debug                    processing: 10 82 2 8 241 5 0 202 41 1 121 (0A 52 02 08 F1 05 00 CA 29 01 79)
   RFXCOM Debug                    Temp sensor 1521 now 68.00 degrees and 41 humidity.
   RFXCOM Debug                    Temp sensor 1521 in list
   RFXCOM Debug                    UpdateMinMax state temperature value 68.0
   RFXCOM Debug                    check if new day: last date 2018/06/02, new date 2018/06/02
   RFXCOM Debug                    UpdateMinMax state humidity value 41.0
   RFXCOM Debug                    check if new day: last date 2018/06/02, new date 2018/06/02
   RFXCOM Debug                    ++++++++++++++
   RFXCOM Debug                    finalizeStatesChanges:RFX Temp Bedroom Master :[{'value': 68, 'key': u'temperature'}, {'value': 41, 'key': u'humidity'}, {'value': 'comfort', 'key': u'humidityStatus'}, {'value': 2, 'key': u'type'}, {'value': 100, 'key': u'batteryLevel'}, {'value': 7, 'key': u'signalStrength'}, {'decimalPlaces': '0', 'uiValue': u'68 \xb0F', 'value': 68.0, 'key': u'display'}, {'value': '2018/06/02 20:01:40', 'key': u'lastUpdated'}, {'decimalPlaces': '0', 'key': 'sensorValue', 'value': 68.0, 'uiValue': u'68 \xb0F'}]
   RFXCOM Debug                    Updating plugin props, Sensor 1521
   RFXCOM Debug                    processing: 16 86 2 9 26 0 0 180 0 0 0 0 3 28 4 80 105 (10 56 02 09 1A 00 00 B4 00 00 00 00 03 1C 04 50 69)
   RFXCOM Debug                    Wind sensor 26 direction 180 avgSpeed 0.00 gust 0.00.
   RFXCOM Debug                    Wind sensor 26 direction 180 avgSpeed 0.00 gust 0.00.
   RFXCOM Debug                    Wind sensor 26 in list
   RFXCOM Debug                    ++++++++++++++
   RFXCOM Debug                    finalizeStatesChanges:RFX Wind Direction :[{'value': 0, 'key': u'avgSpeed'}, {'value': 0, 'key': u'gust'}, {'value': 180, 'key': u'directionDegrees'}, {'value': 'S', 'key': u'directionText'}, {'value': 2, 'key': u'type'}, {'value': '2018/06/02 20:01:53', 'key': u'lastUpdated'}, {'value': 10, 'key': u'batteryLevel'}, {'value': 6, 'key': u'signalStrength'}, {'value': u'S at 0 mph', 'key': u'display'}]
   RFXCOM Debug                    processing: 10 82 2 10 230 1 0 190 46 0 121 (0A 52 02 0A E6 01 00 BE 2E 00 79)
   RFXCOM Debug                    Temp sensor 486 now 66.00 degrees and 46 humidity.
   RFXCOM Debug                    Temp sensor 486 in list
   RFXCOM Debug                    addToBatchStatesChange:RFX UV Meter; key >>humidity<< not in states
   RFXCOM Debug                    addToBatchStatesChange:RFX UV Meter; key >>humidityStatus<< not in states
   RFXCOM Debug                    UpdateMinMax state temperature value 66.0
   RFXCOM Debug                    check if new day: last date 2018/06/01, new date 2018/06/02
   RFXCOM Error                    Error in plugin execution runConcurrentThread:

Traceback (most recent call last):
  File "plugin.py", line 309, in runConcurrentThread
  File "/Library/Application Support/Perceptive Automation/Indigo 7/Plugins/RFXCOM.indigoPlugin/Contents/Server Plugin/RFXTRX.py", line 2285, in startComm
  File "/Library/Application Support/Perceptive Automation/Indigo 7/Plugins/RFXCOM.indigoPlugin/Contents/Server Plugin/RFXTRX.py", line 746, in processPacket
  File "/Library/Application Support/Perceptive Automation/Indigo 7/Plugins/RFXCOM.indigoPlugin/Contents/Server Plugin/RFXTRX.py", line 1546, in showTemp
KeyError: key sensorValueType not found in dict

   RFXCOM Error                    plugin runConcurrentThread function returned or failed (will attempt again in 10 seconds)
   RFXCOM Debug                    runConcurrentThread called
   RFXCOM Debug                    startComm called
   RFXCOM Debug                    processing: 16 86 2 11 26 0 0 180 0 0 0 0 3 28 4 80 89 (10 56 02 0B 1A 00 00 B4 00 00 00 00 03 1C 04 50 59)
   RFXCOM Debug                    Wind sensor 26 direction 180 avgSpeed 0.00 gust 0.00.
   RFXCOM Debug                    Wind sensor 26 direction 180 avgSpeed 0.00 gust 0.00.
   RFXCOM Debug                    Wind sensor 26 in list
   RFXCOM Debug                    ++++++++++++++
   RFXCOM Debug                    finalizeStatesChanges:RFX UV Meter :[{'value': 66, 'key': u'temperature'}, {'value': 2, 'key': u'type'}, {'value': 10, 'key': u'batteryLevel'}, {'value': 7, 'key': u'signalStrength'}, {'value': 66, 'key': u'minYesterdaytemperature'}, {'value': 66, 'key': u'maxYesterdaytemperature'}, {'value': 66, 'key': u'mintemperature'}, {'value': 66, 'key': u'maxtemperature'}]
   RFXCOM Debug                    finalizeStatesChanges:RFX Wind Direction :[{'value': 0, 'key': u'avgSpeed'}, {'value': 0, 'key': u'gust'}, {'value': 180, 'key': u'directionDegrees'}, {'value': 'S', 'key': u'directionText'}, {'value': 2, 'key': u'type'}, {'value': '2018/06/02 20:02:07', 'key': u'lastUpdated'}, {'value': 10, 'key': u'batteryLevel'}, {'value': 5, 'key': u'signalStrength'}, {'value': u'S at 0 mph', 'key': u'display'}]
   RFXCOM Debug                    processing: 16 86 2 12 26 0 0 180 0 0 0 0 3 28 4 80 105 (10 56 02 0C 1A 00 00 B4 00 00 00 00 03 1C 04 50 69)
   RFXCOM Debug                    Wind sensor 26 direction 180 avgSpeed 0.00 gust 0.00.
   RFXCOM Debug                    Wind sensor 26 direction 180 avgSpeed 0.00 gust 0.00.
   RFXCOM Debug                    Wind sensor 26 in list
   RFXCOM Debug                    ++++++++++++++
   RFXCOM Debug                    finalizeStatesChanges:RFX Wind Direction :[{'value': 0, 'key': u'avgSpeed'}, {'value': 0, 'key': u'gust'}, {'value': 180, 'key': u'directionDegrees'}, {'value': 'S', 'key': u'directionText'}, {'value': 2, 'key': u'type'}, {'value': '2018/06/02 20:02:21', 'key': u'lastUpdated'}, {'value': 10, 'key': u'batteryLevel'}, {'value': 6, 'key': u'signalStrength'}, {'value': u'S at 0 mph', 'key': u'display'}]
   RFXCOM Debug                    validating Prefs called
   RFXCOM                          initializing communication on port /dev/cu.usbserial-A12HDS42 at speed 38400
   RFXCOM                          connected to RFXtrx 433.92 MHz, firmware version 24
   RFXCOM                          currently enabled receiver protocols: Oregon Scientific


Hope I ran it long enough to catch what you need.

Thanks,

Carl

Posted on
Sat Jun 02, 2018 8:18 pm
ckeyes888 offline
Posts: 2417
Joined: Nov 26, 2009
Location: Kalispell, MT

Re: RFXCOM Error

I had removed the batteries from the UV sensor thinking it was out of the system.
I just deleted the device I created for it and the errors stopped.

All’s well at the moment.

Thanks,

Carl

Posted on
Sat Jun 02, 2018 8:51 pm
kw123 offline
User avatar
Posts: 8333
Joined: May 12, 2013
Location: Dallas, TX

Re: RFXCOM Error

I believe the sensor type was wrong, so instead of a UV/temp it though this was a temp/humidity sensor. That is my only explanation I can up with.

Now after deleting and recreating the device it might be correct and the code is not called..

anyway happy it works ..


Karl

Posted on
Sat Jun 02, 2018 9:08 pm
ckeyes888 offline
Posts: 2417
Joined: Nov 26, 2009
Location: Kalispell, MT

Re: RFXCOM Error

Appreciate all the help. The sensor is definitely UV but may have humidity/temp as well.
Bought it used on eBay. No model number on it.

Thanks,

Carl

Posted on
Sat Jun 02, 2018 10:07 pm
kw123 offline
User avatar
Posts: 8333
Joined: May 12, 2013
Location: Dallas, TX

Re: RFXCOM Error

did not mean the model on the sensor but in the plugin: model / type in device edit

Posted on
Sun Jun 03, 2018 7:27 pm
ckeyes888 offline
Posts: 2417
Joined: Nov 26, 2009
Location: Kalispell, MT

Re: RFXCOM Error

I had it defined as a UV Meter.

Carl

Posted on
Sun Jun 03, 2018 9:34 pm
kw123 offline
User avatar
Posts: 8333
Joined: May 12, 2013
Location: Dallas, TX

Re: RFXCOM Error

I understand, ... the plugin only gets to that section if it thinks it is a temp/humidity sensor..
anyway works now .. on to the next

Page 1 of 1

Who is online

Users browsing this forum: No registered users and 0 guests