Hi,
I have the following setup:
Home Assistant Slave:
- ZWAVE integration
- Entity: light.luftungssteuerung_dg
Home Assistant Master:
- connected with Home Assistant Slave through Remote Home-Assistant Integration
- Entity from Slave: light.luftungssteuerung_dg
Both HA installations are up to date.
Everything is working fine. If I change the brightness of light.luftungssteuerung_dg on Slave, it is working, the current value is showing and there are no errors in log. Whenever the value is changed, the Master installation also shows instantly the new value for light.luftungssteuerung_dg.
If I change the brightness for light.luftungssteuerung_dg on my Master installation the value is instantly changed on the Slave installation and on the device. Everything is perfect, except one annoying thing:
Whenever I change the brightness value on my Master installation (it doesn’t matter if I change the value as an user in the UI or via code) I got the following warning in the log of my Master installation:
Logger: homeassistant.helpers.service
Source: helpers/service.py:302Referenced entities light.luftungssteuerung_dg are missing or not currently available
It makes no sense to me, because the entity is available and it is working. Even though this warning is logged, the value was changed.
Due to the fact that I want to change the value very often each day and due to the fact that I have several other entities on my HA Slave which should be controlled by my HA Master, I will get hundreds of nonsensical log entries…
Any ideas?