refactor config yaml into new files
This commit is contained in:
24
modbus/moisttech.yaml
Normal file
24
modbus/moisttech.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
- name: "MoistTech IR Gauge"
|
||||
type: tcp
|
||||
host: "192.168.1.151"
|
||||
port: 502
|
||||
delay: 5
|
||||
|
||||
sensors:
|
||||
- name: "JC MoistTech Pecan Moisture"
|
||||
scan_interval: 1
|
||||
slave: 1
|
||||
address: 256
|
||||
data_type: custom
|
||||
count: 9
|
||||
structure: "<fxxxxxxxxxxxxxx"
|
||||
precision: 2
|
||||
unit_of_measurement: "%"
|
||||
unique_id: "jc-moisttech-constituent-one"
|
||||
|
||||
- name: "MoistTech Whole Pecan Product Code"
|
||||
address: 80
|
||||
slave: 1
|
||||
scan_interval: 1
|
||||
data_type: int16
|
||||
unique_id: "jc-moisttech-product-code"
|
||||
Reference in New Issue
Block a user