-
Notifications
You must be signed in to change notification settings - Fork 174
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
power: add eth008 power backend #1275
power: add eth008 power backend #1275
Conversation
b869db7
to
319cc91
Compare
CI test errors are not your fault, #1277 fixes them. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
FYI: there is also https://github.com/pdudaemon/pdudaemon, a project that focuses only on PDUs. labgrid's PDUDaemonDriver interfaces with it. So it might be worth a thought to implement this rather over there. Let us know how you think about this.
Note: we should wait for #1277 and rebase this to make CI run this before merging.
7756b65
to
44061ba
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #1275 +/- ##
========================================
- Coverage 63.0% 62.9% -0.1%
========================================
Files 160 161 +1
Lines 11901 11932 +31
========================================
+ Hits 7502 7510 +8
- Misses 4399 4422 +23 ☔ View full report in Codecov by Sentry. |
use HTTP-GET API defined at https://www.robot-electronics.co.uk/htm/eth008tech.htm Signed-off-by: Jens Kleintje <[email protected]>
Signed-off-by: Jens Kleintje <[email protected]>
44061ba
to
5a8acba
Compare
Description
Adding a new power driver for robot electronics eth008 using HTTP-GET API.
Locally tested with labgrid-client power on/off/cycle.
Checklist