Projects STRLCPY pikvm Commits 11bd929a
🤬
  • Add documentation for Anel NET-PwrCtrl PDU Plugin (#959)

    * Add documentation for Anel NET-PwrCtrl PDU Plugin
    
    * sync documentation with plugin updates
    
    ---------
    
    Co-authored-by: Peter Schumann <[email protected]>
  • Loading...
  • PSc-secunet committed with GitHub 1 year ago
    11bd929a
    1 parent af3ee54b
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    docs/gpio.md
    skipped 524 lines
    525 525   - ["plug_led", "plug_button"]
    526 526   
    527 527   ```
     528 +### ANEL NET-PwrCtrl
     529 +??? note "Click to view"
     530 + The `anelpwr` plugin allows you to use ANEL NET-PwrCrtl IP-PDUs (switchabel sockets) as gpios. There are up to 8 Ports per PDU. Input pulls the the current state from the PDU, Output switches the Socket.
    528 531   
     532 + ```yaml
     533 + kvmd:
     534 + gpio:
     535 + drivers:
     536 + anel_pdu_1:
     537 + type: anelpwr
     538 + url: http://IP:Port/
     539 + user: admin
     540 + passwd: anel
     541 + initial: null
     542 + scheme:
     543 + pdu1_1_pwr:
     544 + pin: 1
     545 + driver: anel_pdu_1
     546 + mode: output
     547 + pulse:
     548 + delay: 0
     549 + pdu1_1_led:
     550 + pin: 1
     551 + driver: anel_pdu_1
     552 + mode: input
     553 + view:
     554 + header:
     555 + title: "PDUs"
     556 + table:
     557 + - ["#PDU1"]
     558 + - []
     559 + - ["#PDU1_Port1:", pdu1_1_led, "pdu1_1_pwr|confirm|test"]
     560 + ```
Please wait...
Page is in error, reload to recover