-
Notifications
You must be signed in to change notification settings - Fork 638
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
ESPURNA and 8-Channel Relay Module #336
Comments
Original comment by Guido Mersmann (Bitbucket: Geit_de, GitHub: Unknown): Stupid question: Do all relays have to be switches or pulsemode at the same time? Even with the dual I ran into the issue that I need one in pulse mode and one in switch mode, which seems to be impossible with current espurna. Having a 4ch or even 8ch sounds like a waste if you want just 2/2 or 4/4 switch/pulse variants and need two different devices. Same goes for PowerOn Mode. There may be some lines to be powered on and some not. Maybe the settings on switch page should be converted in a per relay setting to boost flexibility. |
Agree. Right now those setting apply to all relays. Let me work on it. |
Original comment by laurinaitis (Bitbucket: laurinaitis, GitHub: laurinaitis): I (with a friend) want to control the supply of power to the sockets with these relays (relays will control magnetic contactors). |
I have added all the common code to use up to 8 relays (and buttons and leds), and tested the MQTT groups funtionality. But I won't add the definitions for the two standard boards. Intead I have created a generic 8CH board with all available digital pins (except those for UART and SPI). This is the definition:
|
Original comment by laurinaitis (Bitbucket: laurinaitis, GitHub: laurinaitis): thanks, now it will be much easier to update everything!!! |
Released with 1.11.0 |
Removing milestone: 1.11.0 (automated comment) |
Originally reported by: laurinaitis (Bitbucket: laurinaitis, GitHub: laurinaitis)
Hello Xose,
I modified ESPURNA to work with 8-Channel Relay Module. Maybe you can include this in a standard package?You can comment on unnecessary relays. It would be much more convenient to update ESPURNA.
File: hardware.h
Also I tested MQTTgroups (Switch configuration), with 8 relays it does not work well, I do not really know where to look for a reason (I do not understand this place in your code).
Thank you very much for your excellent work!
Marius
The text was updated successfully, but these errors were encountered: