Thermostat wrapper

User avatar
haavarda
Posts: 702
Joined: Sat Aug 18, 2012 4:40 am
Location: Norway

Thermostat wrapper

Post by haavarda »

I am trying to use the thermostat wrapper to get a z-wave ir controller included in homekit in a useful way.
However I am seeing the errors below. Anyone that has any experience with this?

Code: Select all

EPS - Device Extensions         increaseheat
   EPS - Device Extensions Error   Exception in plugin.onAfter_validateDeviceConfigUi line 485: global name 'hbb' is not defined
							 CODE: (hbbValuesDict, hbbErrorsDict) = hbb.validateDeviceConfigUi (valuesDict, typeId, devId)

   EPS - Device Extensions Error   Exception in plugin.updateDeviceAddress line 1597: 'NoneType' object has no attribute 'name'
							 CODE: if parent.address != child.name + " Extension":

   Error                           humidity index out-of-range
   Error                           device "MB Thermostat wrapper" state key humidityInput1 not defined (ignoring update request)
   Error                           device "MB Thermostat wrapper" state key humidityInputsAll not defined (ignoring update request)
   Error                           device "MB Thermostat wrapper" state key humidityInputsAll not defined (ignoring update request)
   Error                           device "MB Thermostat wrapper" state key setpointCool not defined (ignoring update request)
   Error                           device "MB Thermostat wrapper" state key setpointCool not defined (ignoring update request)
   Error                           device "MB Thermostat wrapper" state key setpointHeat not defined (ignoring update request)
   Error                           device "MB Thermostat wrapper" state key setpointHeat not defined (ignoring update request)

17 Aug 2019 at 20:05:39
   EPS - Device Extensions         coolsetpoint
   EPS - Device Extensions Error   Exception in plugin.onAfter_validateDeviceConfigUi line 485: global name 'hbb' is not defined
							 CODE: (hbbValuesDict, hbbErrorsDict) = hbb.validateDeviceConfigUi (valuesDict, typeId, devId)

   EPS - Device Extensions Error   Exception in plugin.updateDeviceAddress line 1597: 'NoneType' object has no attribute 'name'
							 CODE: if parent.address != child.name + " Extension":

   Error                           humidity index out-of-range
   Error                           device "MB Thermostat wrapper" state key humidityInput1 not defined (ignoring update request)
   Error                           device "MB Thermostat wrapper" state key humidityInputsAll not defined (ignoring update request)
   Error                           device "MB Thermostat wrapper" state key humidityInputsAll not defined (ignoring update request)
   Error                           device "MB Thermostat wrapper" state key setpointHeat not defined (ignoring update request)
   Error                           device "MB Thermostat wrapper" state key setpointHeat not defined (ignoring update request)
   Error                           device "MB Thermostat wrapper" state key setpointCool not defined (ignoring update request)
   Error                           device "MB Thermostat wrapper" state key setpointCool not defined (ignoring update request)
Håvard
DVDDave
Posts: 490
Joined: Sun Feb 26, 2006 6:33 pm
Location: San Jose, CA

Re: Thermostat wrapper

Post by DVDDave »

Was this ever solved? I'm getting the same errors.
Post Reply

Return to “Device Extensions Plugin”