I have a Aqara temp/humidity sensor in my Smartthings, that I want to import to the dashboard.
When I add it to the dashboard, it says 100% humidity, but when I look at it in both Aqara hub, and Smartthings hub, it shows the correct number (89% at the moment).
Is there a way for me to get the correct number displayed ?
Hi @Jakob_Dalgaard - thanks for posting and sorry to hear that the humidity isn’t reporting correctly.
When a device is added to a dashboard for the first time, the system is supposed do the necessary work to setup event listeners and perform a one-time device sync.
It sounds like the device sync might not have happened, so I would recommend doing it manually:
That should get the current device state back in sync. Then I would monitor for when the humidity value changes in SmartThings and verify that it’s updating in SharpTools as expected.
A good approach if you are having issues with a device not displaying updated status is:
Refresh the dashboard page in your browser
This kicks off a background healthcheck that tries to clean up event subscription issues
Reauthorize the connection
This forces a fresh device sync to ensure the latest device status is in SharpTools
Test with the real device
Physically actuate the device or otherwise cause it to change status and make sure that syncs over to SharpTools as expected
The first step makes sure the event subscriptions are in place, the second step gets everything in sync as a quick fix, and step 3 is the real test to make sure the changes to device state are being reported as expected.