-
Notifications
You must be signed in to change notification settings - Fork 126
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
switch_2_gang Update driver.settings.compose.json #818
Conversation
same here.
Hi @TzK069, you want to add Indicator setting to this device? It will require code in the device.js file too. |
Hey @JohanBendz , so happy to hear from you. Yeah you can code it and i'll check it, the one gang already has this seeting activated, just need to the 2 gang version. 10x |
Hi again @TzK069, OK.. so you mean the "wall switch 1 gang" and "wall switch 2 gang". So.. I'll add code to the "wall switch 2 gang" unit :) |
Ok, probably i wasan't clear. I have one gang and two gang switches, from Moess... the 1 gang switch is working with the "indicator mode" LED on whwn gang is off and the other way, now I'm interested to do the same thing but for the 2gang thing |
OK Gotcha. |
one light indicator per button |
@JohanBendz any updates? let me know when I can test it so I can return with a feedback. |
@TzK069 Please test and report back :) |
Hey @JohanBendz , saw that You updated the drivers, but for the wall_switch_2_gang, the model that I'm using is in the "switch_2_gang" Model = _TZ3000_18ejxno0 Type = TS0012 It will not work, only if you add the model and type to the code. |
@TzK069, OK. So I should move _TZ3000_18ejxno0 from switch_2_gang to wall_switch_2_gang? |
Yeah, if the wall_switch_2_gang is the latest one that you update, from the 4 devices that you recently updated, then yes, you need to move from switch_2_gang -> wall_switch_2_gang |
and also to be added as model to the wall_switch_1_gang |
@TzK069 OK, new version out now with this change and _TZ3000_hhiodade is added. Let me know if this works. |
@TzK069 My bad, will fix. |
@JohanBendz , can you assist?