-
Notifications
You must be signed in to change notification settings - Fork 22
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
Issues binding groups to button #156
Comments
I don't want to be rude, but is there anyone who can help me to understand if it is possible what i would like to achieve ? |
@geelenbert |
@ptvoinfo no problem, thanks for the reply. But can you maybee explain the expected behaviour of the Bind command function? From my testing it appears that binding only works on outputs ? Would you be able to confirm the expected behavior of the following configuration: Input 1 would be used for configuring the device (factory reset etc...) Output 2 would be an independent controllable output trough zigbee, not effected by any local buttons. Input 4 would be able to bind to a group (using z2mqtt). Additional, this is a configuration for a Sonoff ZBMINI |
There are two parties in binding. One party sends a command (Input) and another party receives a command (Output).
In this case, the input will send a command to a coordinator, that will distribute this command to all receivers (group members). A device that sends commands may not belong to a group. But in your case, you may send a command from Input 4, and at the same time add Output 2 to a group that receives commands from Input 2. I hope, I've described it clearly :). |
@ptvoinfo Using the configuration above results in these clusters: Cluster 4 does not give the option to bind to anything. Is this a configuration error on my side, or is there a bug somewhere ? |
We need genOnOff in an output cluster. How is this done ? This is needed to bind switch to light to run independent of z2m. |
[-][All chips] Reporting of ADC value (raw) was fixed. [-][All chips] Manual reading of the UART sensor analog value did not work (#309). [-][All chips] The firmware no longer returns an error when the higher-level system tries to set the periodic report interval while this function is disabled in the configuration. It simply ignores it quietly. [+][All chips] Added binding capability to a group when the PTVO device is the command source (#156). [*][CC2530] HC-SR04 sensor is now unavailable in the router mode. [-][Configurator] The "Disable periodic On/Off reports" option was not saved (#310). [-][Configurator] Configuration for outputs 8-16 was not loaded correctly from the file. [*][Configurator] Other minor improvements.
I'm having troubles with binding a group to a switch.
My hardware is the SonOff ZBMini device.
Loading the provided example works as expected:
When using the Switch input (P08/Input2) the relay latches.
Using Z2MQTT i can bind a group to endpint 2 on/off. When the relay is switched onor off, the light group is also turned on and off.
What i want to achieve is:
Directly bind groups to a button and use the toggle command to toggle the binded group, without the local relay.
The relay should be controlled externaly trough zigbee.
Using this configuration, i'm unable to bind a group to "input 3".
is there something wrong with my configuration, of should this work as discribed ?
The text was updated successfully, but these errors were encountered: