Hi guys. I have some devices (zwave zd2102 door sensor) with some entities.
One entity is linked to the classic reed, on off.
Another entity is a number and is linked to a secondary input of the same device: with contact closed it assume 0 value, with contact open it assume 255 value (because the device itself send the values… it’s not a configuration ‘fault’) … nothing more.
Obviously this is a pain… because tipically the secondary input is a second window or door (in my case shutters).
Yes, I know that I can create a template entity to achieve the result… but in that way I obtain a duplicate entity for each device and I loose the “link” with the device itself (or there’s a way to join a template entity to a device??).
Suggestions?? Way to create something inside the device configuration within ZwaveJS to let home assistant to see a new entity following my needs?
Thanks!