jason0x43 / hacs-hubitat

A Hubitat integration for Home Assistant
MIT License
191 stars 46 forks source link

Smartthings Multi-sensor Three axis values missing #174

Open ApriliaEdd opened 2 years ago

ApriliaEdd commented 2 years ago

currently the integration does not pass the three axis values from Hubitat.

Screenshot 2022-06-20 140428 Screenshot 2022-06-20 140450

the values are available in hubitat provided the multi-sensor is in "garage door mode" Screenshot 2022-06-20 140736

jason0x43 commented 2 years ago

I published a new beta release, v0.8.0b1, that may help out here. It exposes all otherwise unused Hubitat device attributes as generic sensor entities. You can enable the entity for the 3-axis value for the sensor device, then customize it (device class, icon, name, etc.) using HA's standard entity customization functionality.

ApriliaEdd commented 2 years ago

Wow that was quick!. that works well to bring the values in. I'm not sure I have the required skills to get this information into a useable format though. as its all one string I'm not sure how you would say trigger on X= -900 as the resulting string would be [x:-980,y:25,z:-25] i think in an ideal world we would need these as 3 separate attributes