jacek27 / wemos_open_therm

OpenTherm shield for wemos d1 mini based on https://github.com/ihormelnyk/opentherm_library
MIT License
1 stars 0 forks source link

OT conection issue EcoCondensSilver #2

Closed esys4u closed 1 year ago

esys4u commented 1 year ago

Seems it's now working for me, I'm getting

[C][logger:417]: Level: DEBUG [C][logger:418]: Log Baud Rate: 115200 [C][logger:420]: Hardware UART: UART0

[C][opentherm:263]: In: GPIO5 [C][opentherm:264]: Out: GPIO4 [C][opentherm:265]: Sensors: rel_mod_level_sensor ch_pressure_sensor dhw_flow_rate_sensor t_boiler_sensor t_dhw_sensor t_outside_sensor t_ret_sensor t_storage_sensor t_collector_sensor t_flow_ch2_sensor t_dhw2_sensor t_exhaust_sensor burner_starts_sensor ch_pump_starts_sensor dhw_pump_valve_starts_sensor dhw_burner_starts_sensor burner_operation_hours_sensor ch_pump_operation_hours_sensor dhw_pump_valve_operation_hours_sensor dhw_burner_operation_hours_sensor t_dhw_set_ub_sensor t_dh ....

and many [W][opentherm:190]: Received invalid OpenTherm response: 0, status=3 for all sensors

my setup: `esphome: name: esphome-web-d1a832 friendly_name: thermostat

esp8266: board: d1_mini

logger:

api: encryption: key: "***"

ota:

wifi: ssid: !secret wifi_ssid password: !secret wifi_password

ap: ssid: "" password: ""

captive_portal:

external_components: source: github://arthurrump/esphome-opentherm@main

opentherm: in_pin: 5 out_pin: 4 ch_enable: true dhw_enable: true

sensor:

ReactiveThings commented 3 weeks ago

@esys4u I have the same issue. How have you fixed it?