From 7371b10394032cb65697d4db4873faadde8c6bd6 Mon Sep 17 00:00:00 2001 From: Nigel Pearson Date: Mon, 6 Jan 2025 22:16:43 +1100 Subject: [PATCH] Add some example Hex addresses (#36754) --- source/_integrations/modbus.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/modbus.markdown b/source/_integrations/modbus.markdown index 348b0ab521c..c578afd80da 100644 --- a/source/_integrations/modbus.markdown +++ b/source/_integrations/modbus.markdown @@ -819,7 +819,7 @@ modbus: port: 502 climates: - name: "Watlow F4T" - address: 27586 + address: 0x6BC2 input_type: holding count: 1 data_type: custom @@ -1439,7 +1439,7 @@ modbus: sensors: - name: Room_1 slave: 10 - address: 0 + address: 0x9A input_type: holding unit_of_measurement: °C state_class: measurement