This commit is contained in:
Maximilian Giller 2024-08-10 02:40:29 +02:00
parent d3b2cc4c89
commit 6066af50ac
2 changed files with 2 additions and 1 deletions

View file

@ -14,6 +14,7 @@ class Mhz19Co2:
def read(self) -> int | None:
data = mh_z19.read()
logging.debug(str(data))
if not data:
return None

View file

@ -16,7 +16,7 @@ from config import climate_log_file
from handler.action_queue import ActionQueue
from handler.history import get_recent_entries
logging.getLogger().setLevel(logging.INFO)
logging.getLogger().setLevel(logging.DEBUG)
# Start services