Replies: 1 comment 6 replies
-
|
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
First of all, I am quite new to home assistant and I never had anything to do with javascprit, even if I do unterstand some basic programming.
I'm stuck at adding a new unsupported device.
It's an IKEA Silverglans LED controller.
Due to the compatibility to all the other IKEA devices I strongly assume that it works just the same way as the other two supported IKEA LED controller.
So my first attemp would be to just copy the configuration of one of the other IKEA LED controller from devices.js and change the needed parameters (name, model,..).
I have tried to add a new file (mydevices.js) to the zigbee2mqtt folder and add the filename below external_converters: in the configuration.yaml like written in the documentation.
I also tried to copy&paste the beginning section of the devices.js with all the const definitions and so on.
All I get is a lot of errors in the log file starting with
Seems like I am doing something horrible wrong.
Could someone please tell me what I need to do to get my new light to work?
Thank you so much in advance!
Best regards
Jonas
Beta Was this translation helpful? Give feedback.
All reactions