telli70
(Telli70)
November 24, 2022, 6:17pm
1
Can anyone help me with setting up the thermostat?
climate:
- name: “Temperatura”
temperature_address: “2/4/20”
setpoint_shift_address: “2/4/21”
setpoint_shift_state_address: “2/4/20”
target_temperature_state_address: “2/4/10”
operation_mode_address: “2/4/31”
operation_mode_state_address: “2/4/30”
min_temp: 10.0
max_temp: 25.0
My ets:
farmio
(Matthias Alphart)
November 24, 2022, 7:34pm
2
Hi !
You may have better chances to get help if you
telli70
(Telli70)
November 29, 2022, 6:25pm
3
This is my ets configuration:
thermostat MTN6241 schneider electric
I have no idea how to compile the file .yaml
# Example configuration.yaml entry
climate:
- name: "Temperatura"
on_off_address: ?
temperature_address:?
setpoint_shift_address:?
setpoint_shift_state_address:?
target_temperature_address: ?
target_temperature_state_address:?
operation_mode_address: ?
operation_mode_state_address:?
min_temp: 15
max_temp: 25.0
type or paste code here
farmio
(Matthias Alphart)
November 29, 2022, 8:08pm
4
I guess
temperature_address: 2/4/10
you don’t seem to need setpoint_shift_*
and on_off_address
and you seem to have no GA for operation_mode_state_address
- I’d try to connect it to 57
telli70
(Telli70)
November 29, 2022, 8:51pm
5
Thanks for replay, it still doesn’t work, it seems that the detected and set temperatures are the same. I added 57
climate:
- name: "Temperatura"
temperature_address: "4/4/10"
setpoint_shift_address: "4/4/21"
setpoint_shift_state_address: "4/4/20"
target_temperature_address: "4/4/21"
target_temperature_state_address: "4/4/10"
operation_mode_address: "4/4/22"
min_temp: 15
max_temp: 25.0
farmio
(Matthias Alphart)
November 29, 2022, 9:19pm
6
This isn’t surprising since you configured them to the same GA
temperature_address: "4/4/10"
target_temperature_state_address: "4/4/10"
Fix this and remove the 2 setpoint_shift
addrsses. You don’t need these.
telli70
(Telli70)
November 29, 2022, 9:42pm
7
Is not possible remove setpoint_shift_address.
farmio
(Matthias Alphart)
November 29, 2022, 10:06pm
8
It is. Remove both, not just one.
telli70
(Telli70)
November 29, 2022, 10:15pm
9
Yes, many thanks now work. I’m happy
1 Like