Hi,
I’m having problem with the Nibe uplink custom component. It’s been running smoothly for some time, but all the sudden I get this error:
2020-04-02 12:36:49 ERROR (MainThread) [homeassistant.components.hassio] Component error: nibe - cannot import name 'UplinkSession' from 'nibeuplink' (/usr/local/lib/python3.7/site-packages/nibeuplink/__init__.py)
I’ve made sure I’ve the latest version of the nibe custom component from master (git pull
) and I’m running HassOS 3.12 and Supervisor version 214.
It seems to have something to do with nibeuplink library that hass_nibe is dependent upon, but I can’t figure out where to look for that library to see if that hasn’t bee upgraded for some reason.
Anyone experiencing the same problem or have any clues how to fix this?
I’ve also filed an issue (https://github.com/elupus/hass_nibe/issues/66).
Thanks!