mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Add some example Hex addresses (#36754)
This commit is contained in:
parent
a4b75932c7
commit
7371b10394
@ -819,7 +819,7 @@ modbus:
|
|||||||
port: 502
|
port: 502
|
||||||
climates:
|
climates:
|
||||||
- name: "Watlow F4T"
|
- name: "Watlow F4T"
|
||||||
address: 27586
|
address: 0x6BC2
|
||||||
input_type: holding
|
input_type: holding
|
||||||
count: 1
|
count: 1
|
||||||
data_type: custom
|
data_type: custom
|
||||||
@ -1439,7 +1439,7 @@ modbus:
|
|||||||
sensors:
|
sensors:
|
||||||
- name: Room_1
|
- name: Room_1
|
||||||
slave: 10
|
slave: 10
|
||||||
address: 0
|
address: 0x9A
|
||||||
input_type: holding
|
input_type: holding
|
||||||
unit_of_measurement: °C
|
unit_of_measurement: °C
|
||||||
state_class: measurement
|
state_class: measurement
|
||||||
|
Loading…
x
Reference in New Issue
Block a user