( ModbusRTU ) i try to send command form HA to my device. How can i configure - slave address -fuction code -address Hi -Address Lo
like the picture on the left
03: holding
00 62: decimal 98
00 01: count 1
thank you for your helping Now i can connent with my device . I have another quuestion.
climates:
- name: "modbusclimate"
slave: 1
address: 67 #curret_temp
input_type: input
count: 1
data_type: int16
max_temp: 30
min_temp: 15
offset: 0
precision: 1
scale: 0.1
target_temp_register: 98 #setting_temp
temp_step: 1
temperature_unit: C
how can i scale current_temp =0.1 and setting_temp=0.2 ?
temp_step: 0.2
I think