Advertisement
Guest User

Untitled

a guest
May 1st, 2021
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. - name: LicznikiPradu
  2. type: tcp
  3. host: 172.17.136.32
  4. port: 12346
  5. sensors:
  6. - name: PralkaMeter-Voltage
  7. unit_of_measurement: V
  8. address: 0
  9. input_type: input
  10. count: 2
  11. slave: 7
  12. precision: 2
  13. data_type: float
  14. - name: PralkaMeter-Current
  15. unit_of_measurement: A
  16. address: 6
  17. input_type: input
  18. count: 2
  19. slave: 7
  20. precision: 2
  21. data_type: float
  22. - name: PralkaMeter-Power
  23. unit_of_measurement: W
  24. address: 12
  25. input_type: input
  26. count: 2
  27. slave: 7
  28. precision: 2
  29. data_type: float
  30. # reverse_order: true
  31.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement