BME280 PID Controller & Home Assistant #22527
dexterbot80
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I would like to use the BME280 as a local temperature sensor for the PID controller.
Has anyone done this before with Home Assistant?
I can't set the Home Assistant so that it saves the PidSp settings.
As soon as I refresh the page, the setpoint settings become zero
# MQTT Configuration for Broker mqtt: climate: - name: "PID-Thermostat" current_temperature_topic: "tele/tasmota_D46FC4/SENSOR" current_temperature_template: "{{ value_json.BME280.Temperature }}" temperature_command_topic: "cmnd/tasmota_D46FC4/SENSOR/PidSp" temperature_state_topic: "stat/tasmota_D46FC4/SENSOR/PidPv" min_temp: 1 max_temp: 60 temp_step: 1 qos: 1 retain: true
Thank you
Beta Was this translation helpful? Give feedback.
All reactions