-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Update devices.js to include support for Nue FB56+ZSW1HKJ1.7 2 gang s… #242
Conversation
Let's first make it fully supported, when pressing the switch do you get any feedback? |
Sorry you are right. No MQTT message on pressing the switch. How do I determine what will need to be modified to do so? Sending a valid MQTT message to turn on does result in feedback from the device, e.g. off returns the following state updates: MQTT The below debug actuations don't show a unique response from the seperate buttons: DEBUG (both switches on/off in sequence)
Furthermore thank you for explaining the method re left/right labelling. As these switches are almost always mounted vertically (portrait style) in Australia, it would be great to change the "left/right" to "top/bottom", which allows for a "centre" or "middle" for the 3-gang, and might be less confusing dependant on which way the switch is mounted. However this I assume isn't supported via devicePublish.js? : Is this something that could be modified easily without too much work? Very happy that the "top_left" etc are in there as the 4 gang scene switches (no actual relays/gangs) are set out like this. Hope to tackle them later. However looking through the deviceReceive.js I noticed that some of the buttons don't exist as they do in the publish file: |
Thanks for all your work on this. The button labeling can be confusing based on mounting style, especially the four button scene controller as, for example, top right will vary by mounting rotation. Might have to have notes in the devices section. Been very tempted to buy some and help out but put off by the reviews that they emit a strange hum that can be heard from two metres away! What is your experience. |
Thanks Ryan. Personally I can't hear any humming - I don't have any in the bedroom yet but have 5 switches in the house so far, nothing noticeable. All seem relatively good considering the prices and alternatives. The app however is fairly average. Where are you located? |
@highground88 I’m in PER |
Shame.. I'm in BNE, would have dropped you one over to play with!
|
Switch feedback! My only confusion is re the first 'state:', and whether 'fz.ignore_onoff_change' is needed or is causing issues. The state topic doesn't seem to reflect on whether left, right, both or none are on or off. e.g: {"state":"OFF","linkquality":65,"state_left":"ON","state_right":"ON"} {"state":"ON","linkquality":65,"state_left":"ON","state_right":"ON"} {"state":"ON","linkquality":65,"state_left":"OFF","state_right":"ON"} {"state":"OFF","linkquality":65,"state_left":"OFF","state_right":"OFF"} {"state":"OFF","linkquality":65,"state_left":"ON","state_right":"OFF"} |
Needs more work. Will open once confirmed all working. |
Confirmed working for actuations only.