ioBroker / ioBroker.hass

Connects Home Assistant to ioBroker
https://www.home-assistant.io/
MIT License
24 stars 15 forks source link

has no existing object, this might lead to an error in future versions #69

Closed rschwend closed 1 year ago

rschwend commented 1 year ago

Hi

My log on IOBroker is full with warn messages likes this:

hass.0 2022-12-02 09:14:20.723 warn State "hass.0.entities.light.eg_eingang.color_mode" has no existing object, this might lead to an error in future versions
hass.0 2022-12-02 09:14:19.665 warn State "hass.0.entities.light.ug_kellerabgang.color_mode" has no existing object, this might lead to an error in future versions
hass.0 2022-12-02 08:48:56.424 warn State "hass.0.entities.light.ug_garage_velo.color_mode" has no existing object, this might lead to an error in future versions
hass.0 2022-12-02 08:48:40.987 warn State "hass.0.entities.light.ug_kellerabgang.color_mode" has no existing object, this might lead to an error in future versions
hass.0 2022-12-02 08:48:28.340 warn State "hass.0.entities.light.eg_hwr.color_mode" has no existing object, this might lead to an error in future versions
hass.0 2022-12-02 08:47:09.184 warn State "hass.0.entities.light.ug_kellerabgang.color_mode" has no existing object, this might lead to an error in future versions
hass.0 2022-12-02 08:46:44.610 warn State "hass.0.entities.light.eg_eingang.color_mode" has no existing object, this might lead to an error in future versions

All this entities coming from the KNX integration within Home Assistant.

I have the following versions in use HA: HA OS 9.3 HA Core 22.11.5 IOBroker: v6.2.23 Node.js: v14.19.3 NPM: 6.14.17

Please help!

Thx! Raphael

Apollon77 commented 1 year ago

Please enable debug loglevel for the hass instance and provide a full log from start until these errors occur. And please use the most current version!

Apollon77 commented 1 year ago

Please also try github version. COuld it be that you added new obkects in Homeassistant without an adapter restart on iobroker side? So these obkects where never initialized

Muegic commented 7 months ago

I was able to solve the "has no existing object" problem by deleting the corresponding folder in ioBroker Objects and restart the adapter. It recreated the folder with the missing objects.