fcortijos

Results 2 comments of fcortijos

Had the same issue Logger: homeassistant.util.async_ Source: util/async_.py:150 First occurred: 14:16:15 (1 occurrences) Last logged: 14:16:15 Detected blocking call to sleep inside the event loop. This is causing stability issues....

Hi, it didn't change the value. So I use this code instead (bellow) and the value change from 75 (no cover) to 400 (when covered). // lv_label_set_text(label_cds, String(smartdisplay_get_light_intensity()).c_str()); lv_label_set_text(label_cds, String(analogReadMilliVolts(LIGHT_SENSOR)).c_str());...