modbus

From chudy, 2 Weeks ago, written in Plain Text, viewed 1 times.
URL https://paste.linuxiarz.pl/view/eec4da3f Embed
Download Paste or View Raw
  1. modbus:
  2.   - name: moijmodbus
  3.     type: rtuovertcp
  4.     host: 192.168.1.245
  5.     port: 4196
  6.     sensors:
  7.       - name: test_modbus
  8.         unit_of_measurement: V
  9.         slave: 1
  10.         address: 206
  11.         input_type: holding
  12.         data_type: int16
  13.         scan_interval: 30
  14. #        scale: 0.1
  15.         unique_id: test
  16.         precision: 1
  17.  

Reply to "modbus"

Here you can reply to the paste above

captcha