I searched the forums, and didn’t quite find what I was trying to do; so I apologize if this is known or if there’s a thread on this already. I swear I thought I read something a while back on how to do this, so please point me in the right direction.
I have several devices that have multiple states that can be selected for the main tile, like my Philio sensors (even the SmartSense Multi’s) that have open/close, temp, and lux capabilities. Right now I’m using the open/close state for the main tile, but I’d like to also show temp and for it to update when it changes on another tile.
I created some smartapps that can handle temperature and humidity. The way it works is you create a virtual sensor then use the smartapp to populate it’s data from another sensor. I am using it to average the temperature and humidity from multiple sensors, but if you only select one source sensor, it will mirror the readings to the virtual sensor.
Thanks for the awesome code and addressing the want to look at several data points from multi sensors! Unfortunately, my virtual tile does not mirror the source data. Doh!
I followed the directions and was able to:
Create new smart app
Create a virtual temp tile
Install smart app in mobile app (iOS)
In the Average Temp App, was able to target the newly created temp tile and select the source sensor (my aeon multi sensor)
Assign a name (dining room temp sensor)
But unfortunately, during the Smart app simulation section, it properly shows the source temperature, but under the target temp tile, it shows nothing. Also in the Mobile app (iOS) it comes up with “–” when viewing the newly created virtual tile.
Any assistance for troubleshooting this issue would be greatly appreciated. Thanks!
Update: I was able to get the temp mirroring to work. Not sure what I did, maybe the newest data entry populated to the newly created tile. I’m currently waiting on the humidity sensor to send information and hopefully that will populate the new virtual humidity sensor as well!