ksya / ha-nefiteasy

Nefit Easy connection for Home Assistant
74 stars 31 forks source link

My Nefit is not feeling Easy anymore after latest HA core update #155

Closed kyhsbox closed 2 years ago

kyhsbox commented 2 years ago

hope the lib will be replaced.

kyhsbox commented 2 years ago

same as https://github.com/ksya/ha-nefiteasy/issues/153

kyhsbox commented 2 years ago

Logger: homeassistant.components.number Source: components/number/init.py:152 Integration: Nummer (documentation, issues) First occurred: 17:01:22 (1 occurrences) Last logged: 17:01:22 custom_components.nefiteasy.models is setting deprecated attributes on an instance of NumberEntityDescription, this is not valid and will be unsupported from Home Assistant 2022.10. Please report it to the custom component author.

kyhsbox commented 2 years ago

Deze fout is ontstaan door een aangepaste integratie.

Logger: aiohttp.server Source: custom_components/nefiteasy/config_flow.py:36 Integration: Nefit Easy Bosch Thermostat (documentation, issues) First occurred: 17:27:59 (4 occurrences) Last logged: 17:31:50

Error handling request Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/aiohttp/web_protocol.py", line 435, in _handle_request resp = await request_handler(request) File "/usr/local/lib/python3.10/site-packages/aiohttp/web_app.py", line 504, in _handle resp = await handler(request) File "/usr/local/lib/python3.10/site-packages/aiohttp/web_middlewares.py", line 117, in impl return await handler(request) File "/usr/src/homeassistant/homeassistant/components/http/security_filter.py", line 60, in security_filter_middleware return await handler(request) File "/usr/src/homeassistant/homeassistant/components/http/forwarded.py", line 222, in forwarded_middleware return await handler(request) File "/usr/src/homeassistant/homeassistant/components/http/request_context.py", line 28, in request_context_middleware return await handler(request) File "/usr/src/homeassistant/homeassistant/components/http/ban.py", line 79, in ban_middleware return await handler(request) File "/usr/src/homeassistant/homeassistant/components/http/auth.py", line 236, in auth_middleware return await handler(request) File "/usr/src/homeassistant/homeassistant/components/http/view.py", line 136, in handle result = await result File "/usr/src/homeassistant/homeassistant/components/config/config_entries.py", line 177, in post return await super().post(request, flow_id) File "/usr/src/homeassistant/homeassistant/components/http/data_validator.py", line 62, in wrapper result = await method(view, request, *args, **kwargs) File "/usr/src/homeassistant/homeassistant/helpers/data_entry_flow.py", line 109, in post result = await self._flow_mgr.async_configure(flow_id, data) File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 277, in async_configure result = await self._async_handle_step( File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 359, in _async_handle_step result: FlowResult = await getattr(flow, method)(user_input) File "/config/custom_components/nefiteasy/config_flow.py", line 133, in async_step_user await _validate_nefiteasy_connection(self.hass, user_input) File "/config/custom_components/nefiteasy/config_flow.py", line 103, in _validate_nefiteasy_connection conn = NefitConnection( File "/config/custom_components/nefiteasy/config_flow.py", line 36, in init self.nefit = NefitCore( File "/usr/local/lib/python3.10/site-packages/aionefit/init.py", line 45, in init self.xmppclient = NefitXmppClient(jid=self.jid, File "/usr/local/lib/python3.10/site-packages/aionefit/provider/slixmpp_impl.py", line 32, in init self.register_plugin('xep_0280') #carbons File "/usr/local/lib/python3.10/site-packages/slixmpp/basexmpp.py", line 241, in register_plugin self.plugin.enable(plugin, pconfig) File "/usr/local/lib/python3.10/site-packages/slixmpp/plugins/base.py", line 165, in enable self.enable(dep, enabled=enabled) File "/usr/local/lib/python3.10/site-packages/slixmpp/plugins/base.py", line 165, in enable self.enable(dep, enabled=enabled) File "/usr/local/lib/python3.10/site-packages/slixmpp/plugins/base.py", line 153, in enable load_plugin(name) File "/usr/local/lib/python3.10/site-packages/slixmpp/plugins/base.py", line 82, in load_plugin import(module) File "/usr/local/lib/python3.10/site-packages/slixmpp/plugins/xep_0203/init.py", line 11, in from slixmpp.plugins.xep_0203 import stanza File "/usr/local/lib/python3.10/site-packages/slixmpp/plugins/xep_0203/stanza.py", line 13, in from slixmpp.plugins import xep_0082 File "/usr/local/lib/python3.10/site-packages/slixmpp/plugins/xep_0082.py", line 12, in from slixmpp.thirdparty import tzutc, tzoffset, parse_iso File "/usr/local/lib/python3.10/site-packages/slixmpp/thirdparty/init.py", line 7, in from slixmpp.thirdparty.orderedset import OrderedSet File "/usr/local/lib/python3.10/site-packages/slixmpp/thirdparty/orderedset.py", line 25, in class OrderedSet(collections.MutableSet): AttributeError: module 'collections' has no attribute 'MutableSet'

RobBie1221 commented 2 years ago

Duplicate