sam43434 / remootio

remootio
18 stars 29 forks source link

Latest HA reporting error/warning #14

Open yarafie opened 1 year ago

yarafie commented 1 year ago

@sam43434

Below error/warning showing up

It's not affecting anything at the moment but who knows when it will

Logger: homeassistant.components.cover Source: helpers/entity_platform.py:624 Integration: Cover (documentation, issues) First occurred: 6:14:07 AM (1 occurrences) Last logged: 6:14:07 AM

Ignoring invalid device info: Invalid device info {'manufacturer': 'Assemblabs Ltd', 'name': 'Remootio Device (Host: 192.168.100.119, S/N: 083af20ceb44kgtkhrhl)'} for 'remootio' config entry: device info must include at least one of identifiers or connections

alpha520098 commented 1 year ago

I've message remootio directly and they dont seem to worried about it, I have asked them to write there own and I am waiting on there reply.

CCupler commented 1 year ago

@sam43434

Below error/warning showing up

It's not affecting anything at the moment but who knows when it will

Logger: homeassistant.components.cover Source: helpers/entity_platform.py:624 Integration: Cover (documentation, issues) First occurred: 6:14:07 AM (1 occurrences) Last logged: 6:14:07 AM

Ignoring invalid device info: Invalid device info {'manufacturer': 'Assemblabs Ltd', 'name': 'Remootio Device (Host: 192.168.100.119, S/N: 083af20ceb44kgtkhrhl)'} for 'remootio' config entry: device info must include at least one of identifiers or connections

Out of curiosity, what version of HA are you seeing this with? I'm still on 2023.6.3, due to Remootio issues (like, Remootio not working anymore) that I've seen people post with 2023.7.0 and higher

yarafie commented 1 year ago

@sam43434 Below error/warning showing up It's not affecting anything at the moment but who knows when it will Logger: homeassistant.components.cover Source: helpers/entity_platform.py:624 Integration: Cover (documentation, issues) First occurred: 6:14:07 AM (1 occurrences) Last logged: 6:14:07 AM Ignoring invalid device info: Invalid device info {'manufacturer': 'Assemblabs Ltd', 'name': 'Remootio Device (Host: 192.168.100.119, S/N: 083af20ceb44kgtkhrhl)'} for 'remootio' config entry: device info must include at least one of identifiers or connections

Out of curiosity, what version of HA are you seeing this with? I'm still on 2023.6.3, due to Remootio issues (like, Remootio not working anymore) that I've seen people post with 2023.7.0 and higher

I'm using 2023.8.2 and I think this warning started with 8.0. I've fixed for myself the issue of remootio breaking in past releases of HA (I posted How to fix in other discussions)

alpha520098 commented 1 year ago

Config flow could not be loaded: 500 Internal Server Error Server got itself in trouble

does any else get this issue?

sokanaar commented 1 year ago

2023-09-09 15:30:13.091 ERROR (MainThread) [homeassistant.components.cover] remootio: Not adding entity with invalid device info: Invalid device info {'manufacturer': 'Assemblabs Ltd', 'name': 'Remootio Device (Host: 192.168.61.161, S/N: 083af20ced80vjqeqcxd)'} for 'remootio' config entry: device info must include at least one of identifiers or connections

Looks like 2023.9.1 tightened up on configuration requirements and is now refusing to load the integration. I'm guessing it's a simple fix but I'm going to have to learn a bit to understand what is going on.