Through the UBIBOT website you can set how often it gets the data from the various sensors, and how often it syncs the data from the sensor to the cloud. Right now it I have it set to get data from each sensor once an minute and upload the data once a minute.
In HA it only displays the data for a bit then it shows unknown, it keeps repeating this.
How can I get HA to be in sync with this? So it just shows the last value until a new one is available? I at first did not have a scan_interval setup, but just tried it to see if it would work.
Ever figure this out? Iām having a similar issueā¦ I have 4 ubibot sensors, 1 with an external temp/humidity probe. I can list the 4 sensors temp, but the second I add the humidity sensor I start getting these āunknownā statesā¦ It will cycle through each sensor listing it as āunknownā for about 20 seconds, then pull a temp. If I look at the sensors using a graph there are gapsā¦ I donāt get itā¦ if I remove the humidity sensor, they never go to āunknownā
Donāt have ubibot sensor, but would adjusting the timeout of the rest sensor prevent the unknown state?
If the sensor is not ārespondingā for 20s, set timeout as 21?
The default is 10s, you may have to test to get the right number.
Note that once you create the master call, if you check in your Developer Tools and look at the data for it, it will list all your sensors, it will list all your channel IDs then based on the order they are in there you use channels[0] and up.
Canāt thank you enough man. I got everything working now. Seemed minor, but it was driving me insane seeing āunknownā randomly throughout the day.