Thanks for your reply!
I currently only use Eltako dimmers in my home and they work great so I really like to stick with them.
Eltako released a new version of their dimmers, for example EUD64NPN-IPM maybe they work out of the box with HA and Matter. I am just not a huge Matter fan because I want to seperate my IoT devices on different vlans/subnets and Matter is not build with network segmentation in mind.
By the way, the new version still supports REST-API.
True. Unfortunately I assumed that āready for matterā actually supports matter. Now its too late to send it back and I have to deal with it. Thatās annoying.
Anyway, I started playing with the REST API using Postman. I can get the states of the EUD62, like brightness etc., but I am not able to change them using PUT commands. It always ends with Error code 500. If I could make it work, Iād try to bring it to HA.
Iād recommend to Postman to get into it. You need to generate an api-key for authentification first. In Postman it is pretty straightforward.
You also have to get your device-ID. I did it also in Postman using a function called āGet a list with all devicesā.
Once this is done, you can add it to your configuration.yaml with the following code:
With this switch, you can only set the brightness to 80% (or you have to adapt it). I might implement it as a dimmer at some point, but I am not too familiar with templates and I would have to read into it first. Does anyone have a tip on where to start?
I made some more progress with the implementation using the light-template to make it a dimmer. However, the the latency is pretty high and I did not manage to update the state of my light, if you change it e.g. via Apple Homekit.
The effort to get it running properly is way too high, so I decided to send send it back and get the EUD64NPN-IPM, which supports Matter natively. The technical support of Eltako told me, that there will be no update of the EUD62NPN-IP to make it Matter-compatible, even though the packaging says ābuilt for Matterā.
Hereās my last implementation of the REST-API, in case someone needs it. It is inspired by this thread: Rest Command brightness to build a template light - #4 by koying