Yesterday I upgraded one of my c-7 hubs to the latest software version 2.3.8.117
Since the upgrade I am getting a strange evt.value in a subscription to “motion” event.
Basically I have a switch which looks at the evt.value from a subscription to motion sensors “motion” attribute.
The only possible results should be
“active”
Or
“inactive”
My switch case caters for both of these possible values and has been working 100% for years now.
Since upgrading to the latest software I am now getting an evt.value of:
“[97, 99, 116, 105, 118, 101]”
Obviously I have changed the switch code so it ignores this because the errors were stacking up fairly quick, but I was wondering if anyone else is getting similar errors or knows the reason for this peculiar value under a motion subscription.
All the motion sensors in question are ‘Philips Hue’ sensors using the built in ‘Hue Motion Sensor’ Driver.
Thanks in advance for any help.