-
Notifications
You must be signed in to change notification settings - Fork 518
DDF for Tradfri bulb GU10 CWS 345lm #7320
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DDF for Tradfri bulb GU10 CWS 345lm #7320
Conversation
In that case, I would simply add the |
Actually I was irritated a lot by the different DDF filenames and the mingling of 1:1 and 1:n configs. It's not very intuitive to find out if a device is already configured or not. For now I would go ahead and just keep it simple with a 1:1, due to its very clear, is easy to fix and all the redundancy should not be a huge deal with search/replace in the IDE.
But it is up to you guys what u prefer. Of course, I can also change the PR and add the model into the other file. BTW: |
Just copy the DDF to |
I added the JSON and now I can control the bulb completely via Phoscon - nice! So I would say DDF works. Just let me know if I should change this PR to merge the DDFs into a single file. |
Hi yes merging the manufacturer name / model id combo into the existing DDF should be fine. |
Hey @manup , sure I can merge the files + rename it to be more intuitive. But can I also create an array for the fields |
The arrays are only needed (and supported) for |
Okay - I thought it is that column showing the human readable name... ... but when I checked the Philips light bulbs, I found that it is actually the model ID in the product name column 🤔. This is confusing and inconsistend vs. the detail page and should to be unified in one or another way. I would recommend to show the human readable product name in the listing and the human readable product name + model id in the details page. But this is something that is related to Phoscon and is just an ad hoc idea without deeper checks. |
Files are merged & renamed. |
First time adding DDF by myself - I hope everything is fine =)
File is based on TRADFRI bulb E27 CWS 806lm since this bulb reports same OTAU image and looks identical in deCONZ.
So I just changed product & model.
Also added Device Request #7319 (dunno if that was required, but it helps with double checking)