Skip to content

Commit

Permalink
Add some Phocos Any-Grid PSW-H commands (QPGS{0,1,2})
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi committed Nov 25, 2023
1 parent 5eaddbe commit 8f22d12
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/esp8266-test-protocols.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,13 @@ interval:
- delay: 1s
- uart.write: [0x51, 0x54, 0x27, 0xFF, 0x0D] # QT'\xff\r
- delay: 1s
# Test some PI30 commands from Phocos Any-Grid PSW-H inverters
- uart.write: [0x51, 0x50, 0x47, 0x53, 0x30, 0x3F, 0xDA, 0x0D] # QPGS0<CRC>\r
- delay: 1s
- uart.write: [0x51, 0x50, 0x47, 0x53, 0x31, 0x2F, 0xFB, 0x0D] # QPGS1<CRC>\r
- delay: 1s
- uart.write: [0x51, 0x50, 0x47, 0x53, 0x32, 0x1F, 0x98, 0x0D] # QPGS2<CRC>\r
- delay: 1s

# PI41 split phase
- logger.log:
Expand Down

0 comments on commit 8f22d12

Please sign in to comment.