fsaris / home-assistant-zonneplan-one

Unofficial Zonneplan integration for Home Assistant
https://github.com/fsaris/home-assistant-zonneplan-one
MIT License
104 stars 17 forks source link

zonneplan one fails to start #71

Closed sigio closed 1 year ago

sigio commented 1 year ago

Logger: homeassistant.loader Source: custom_components/zonneplan_one/coordinator.py:18 Integration: Zonneplan ONE (documentation, issues) First occurred: 14:21:58 (1 occurrences) Last logged: 14:21:58

Unexpected exception importing component custom_components.zonneplan_one Traceback (most recent call last): File "/home/homeassistant/lib/python3.9/site-packages/homeassistant/loader.py", line 725, in get_component cache[self.domain] = importlib.import_module(self.pkg_path) File "/usr/lib/python3.9/importlib/init.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1030, in _gcd_import File "", line 1007, in _find_and_load File "", line 986, in _find_and_load_unlocked File "", line 680, in _load_unlocked File "", line 790, in exec_module File "", line 228, in _call_with_frames_removed File "/home/homeassistant/.homeassistant/custom_components/zonneplan_one/init.py", line 13, in from .coordinator import ZonneplanUpdateCoordinator File "/home/homeassistant/.homeassistant/custom_components/zonneplan_one/coordinator.py", line 18, in def getGasPriceFromSummary(summary) -> int | None: TypeError: unsupported operand type(s) for |: 'type' and 'NoneType'

sigio commented 1 year ago

Looks like this uses a python 3.10 feature... while i'm on 3.9

hmmbob commented 1 year ago

3.9 is no longer supported by Home Assistant since 2023.2 (Feb release)

sigio commented 1 year ago

Yeah, looks like i'm running 2023.1.7 ... but the fix is a simple one... So would be nice if this could be merged anyway

sigio commented 1 year ago

Especially since python 3.9 is the default in debian (and 3.8 is the default in centos/rhel/ubuntu 20.04)