Skip to content
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 dual activation #1565

Open
xRadx opened this issue Aug 14, 2024 · 0 comments
Open

Switch dual activation #1565

xRadx opened this issue Aug 14, 2024 · 0 comments

Comments

@xRadx
Copy link

xRadx commented Aug 14, 2024

Hi,

I'm using HA Core 2024.8.1 and MySensors 2.3.2 with arduino Mega board connected via USB (Serial GW) as a relay hub.

Here is the presentation code:
void presentation() {
sendSketchInfo("Relays1", "1.0");
for ( uint8_t i = 0; i < RELAYS_CNT; i++)
{
relays.id[i] = i + 1;
present(relays.id[i], S_BINARY);
}
}

All the relays are visible in HA with a consecutive order, however (de)activation of one switch on a HA dashboard causes that also a next one is (de)activating.

Any ideas what could be the reason/what'd be the solution?

Side question:
is it possible to change the child description from the HA level?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant