Page 1 of 1

Thermostat wrapper

PostPosted: Sat Aug 17, 2019 12:10 pm
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)

Re: Thermostat wrapper

PostPosted: Mon Sep 28, 2020 11:12 am
by DVDDave
Was this ever solved? I'm getting the same errors.