dirgo Posted July 12 Posted July 12 Updating values fails in events and mqtt. Its like 1 hour of data the 1 hour with etc... To recreate simply add BLU H&T device under components, also to log shows that data is missing if you write test script (need to adjust id to recreate test) let roomTemperature = 0; // async call Shelly.call("BTHomeSensor.GetStatus", {id:202}, function(result) { console.log("Shelly id:202, getStatus"); console.log("" + result); //var msgObj= JSON.parse(result); //console.log("json" + msgObj); roomTemperature = result.value; console.log("roomTemperature", roomTemperature); }); Shelly.addStatusHandler(function(status) { console.log(status.component + " " + status.delta); }) Quote Translate Revert translation? English (American) Finnish French German Italian Portuguese (European) Spanish
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.