esphome-docs
esphome-docs copied to clipboard
Seeed multi channel relay control documentation
Description:
Related issue (if applicable): fixes
Pull request in esphome with YAML changes (if applicable): esphome/esphome#4684
Checklist:
-
[x] I am merging into
nextbecause this is new documentation that has a matching pull-request in esphome as linked above.
or -
[ ] I am merging into
currentbecause this is a fix, change and/or adjustment in the current documentation and is not for a new component or feature. -
[ ] Link added in
/index.rstwhen creating new documents for new components or cookbook.
Create new pull request for documentation, since the old version was clothered with errors. #2840
Deploy Preview for esphome ready!
| Name | Link |
|---|---|
| Latest commit | 7f41986fed7a58d05b5c5d430e5e675398282726 |
| Latest deploy log | https://app.netlify.com/projects/esphome/deploys/69049e31990d1f0008a8e985 |
| Deploy Preview | https://deploy-preview-4122--esphome.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify project configuration.
Created new documentation, since the old one was incorrect, so it should be ok now.
There hasn't been any activity on this pull request recently. This pull request has been automatically marked as stale because of that and will be closed if no further activity occurs within 7 days. Thank you for your contributions.
Can it be reviewed??
There hasn't been any activity on this pull request recently. This pull request has been automatically marked as stale because of that and will be closed if no further activity occurs within 7 days. Thank you for your contributions.
There hasn't been any activity on this pull request recently. This pull request has been automatically marked as stale because of that and will be closed if no further activity occurs within 7 days. Thank you for your contributions.
Can it be reviewed
There hasn't been any activity on this pull request recently. This pull request has been automatically marked as stale because of that and will be closed if no further activity occurs within 7 days. Thank you for your contributions.
Review required
There hasn't been any activity on this pull request recently. This pull request has been automatically marked as stale because of that and will be closed if no further activity occurs within 7 days. Thank you for your contributions.
When is this review expected
There hasn't been any activity on this pull request recently. This pull request has been automatically marked as stale because of that and will be closed if no further activity occurs within 7 days. Thank you for your contributions.
Any updates?
There hasn't been any activity on this pull request recently. This pull request has been automatically marked as stale because of that and will be closed if no further activity occurs within 7 days. Thank you for your contributions.
Any updates?
FYI: your code (this branch) saved my day.
I've tested it successfully yesterday on a xiao ESP32C3 together with a grove xiao shield and an AHT10 i2c temp & humidity i2c sensor for a terrarium project.
Note: that since the module is supposed to work with 5v but the xiao works with 3v3, I did splice the input usb power cable to bypass 5v to the relay module instead of the 3v3 from the Grove xiao shield. I suspect the i2c logic still works with 3v3, as the Xiao acts as the master and should be providing the voltage to the i2c data cables (in contrast to the VCC), but I'll report back in case I've fried up my board or sensors. It may also work fine without the splicing (use 3v3 to power the relay toggling) but I didn't test that, and I'm not sure if this may harm the relay's working.
FYI: your code (this branch) saved my day.
I've tested it successfully yesterday on a xiao ESP32C3 together with a grove xiao shield and an AHT10 i2c temp & humidity i2c sensor for a terrarium project.
Note: that since the module is supposed to work with 5v but the xiao works with 3v3, I did splice the input usb power cable to bypass 5v to the relay module instead of the 3v3 from the Grove xiao shield. I suspect the i2c logic still works with 3v3, as the Xiao acts as the master and should be providing the voltage to the i2c data cables (in contrast to the VCC), but I'll report back in case I've fried up my board or sensors. It may also work fine without the splicing (use 3v3 to power the relay toggling) but I didn't test that, and I'm not sure if this may harm the relay's working.
Iām it worked. Hopefully it will be included in the core of esphome.
The docs for this PR are also out of date and need to be looked at. Thanks
The docs for this PR are also out of date and need to be looked at. Thanks
I made this integration more thsn 2-3 years ago. Including documentation. But I will update it.