stevehoyt Posted March 2, 2023 Posted March 2, 2023 @Panda88 Hi Not sure if you prefer info communicated via this forum or GitHub so I have posted this in both places. Can we get the temp value sent to the isy for motion detectors. Thanks
Panda88 Posted March 2, 2023 Posted March 2, 2023 After a quick look, I only see the temperature being sent when you query the device (getState). Not on alerts or updates. It also shows -1 in the log I found. I am not 100% sure, but my experience with battery operated devices a getState to the device gets a cached value (from last update from cloud) - not current. It simply burns too much power constantly querying it. I can take a look at providing access to this, but be aware of the above - It is possible the temperature is updated upon alerts (and can be retrieved afterwards), but we cannot force an update besides the normal report cycle (hours) when no motion occurs I need to compare indor and outdoorl Motion sensors to be 100% sure of how it operates (it is not documented in the API documentation), but my guess is they would report the same. Git or here is fine as long as I am mentioned (so I get a message)
Scott847 Posted March 2, 2023 Posted March 2, 2023 After a quick look, I only see the temperature being sent when you query the device (getState). Not on alerts or updates. While you're looking into this could you also check leak sensors? In the YoLink app the leak sensor details show temperatures, which could be useful.
Solution Panda88 Posted March 3, 2023 Solution Posted March 3, 2023 Added sensor temperature reporting for 0.8.50. Let me know if it works.
stevehoyt Posted March 4, 2023 Author Posted March 4, 2023 Good Morning Just upgraded and the temp is there now. Thank You
Recommended Posts