Hello, I have a raspi installation of HA and wanted to start HA via systemd. But it complains about something wrong:
2022-02-05 18:45:21 WARNING (MainThread) [homeassistant.bootstrap] Setup timed out for stage 1 - moving forward
2022-02-05 18:53:12 WARNING (MainThread) [homeassistant.bootstrap] Support for the running Python version 3.7.3 is deprecated and will be removed in the first release after December 7, 2020. Please upgrade Python to 3.8.0 or higher.2022-02-05 19:03:16 ERROR (MainThread) [homeassistant.util.logging] Exception in discovery_message_received when handling msg on 'tasmota/discovery/E09806C25B43/config': '{"ip":"192.168.1.106","dn":"Tasmota","fn":["Tasmota","Tasmota2",null,null,null,null,null,null],"hn":"tasmota_markise-6979","mac":"E09806C25B43","md":"Sonoff Dual R2","ofln":"Offline","onln":"Online","state":["OFF","ON","TOGGLE","HOLD"],"sw":"8.5.1","t":"tasmota_markise","ft":"%prefix%/%topic%/","tp":["cmnd","stat","tele"],"rl":[1,1,0,0,0,0,0,0],"swc":[-1,-1,-1,-1,-1,-1,-1,-1],"btn":[0,0,0,0],"so":{"11":0,"13":0,"17":0,"20":0,"30":0,"68":0,"73":0,"80":0},"lk":1,"lt_st":0,"ver":1}'
Traceback (most recent call last):
File "/srv/homeassistant/lib/python3.7/site-packages/hatasmota/discovery.py", line 184, in discovery_message_received
payload = TasmotaDiscoveryMsg(json.loads(payload))
File "/srv/homeassistant/lib/python3.7/site-packages/hatasmota/discovery.py", line 143, in __init__
config = TASMOTA_DISCOVERY_SCHEMA(config)
File "/srv/homeassistant/lib/python3.7/site-packages/voluptuous/schema_builder.py", line 272, in __call__
return self._compiled([], data)
File "/srv/homeassistant/lib/python3.7/site-packages/voluptuous/schema_builder.py", line 594, in validate_dict
return base_validate(path, iteritems(data), out)
File "/srv/homeassistant/lib/python3.7/site-packages/voluptuous/schema_builder.py", line 432, in validate_mapping
raise er.MultipleInvalid(errors)
voluptuous.error.MultipleInvalid: required key not provided @ data['so']['82']
All devices were discovered.
I have no idea what this error could be about. Thanks for any support!