otmonitor
Home Assistant supervisor add-on
Install by going to Supervisor -> Add-on store -> Add new repository by url and fill in https://github.com/basnijholt/addon-otmonitor
.
Then install otmonitor
.
Example config for the add-on:
otgw_host: 192.168.1.26
otgw_port: 6638
mqtt_broker: 192.168.1.3
mqtt_port: 1883
mqtt_username: mqtt
mqtt_password: PASSWORD_HERE
Use with the climate.mqtt
integration.
Example configuration.yaml
for Home Assistant
climate:
- platform: mqtt
name: Thermostat
current_temperature_topic: events/central_heating/otmonitor/roomtemperature
temperature_command_topic: actions/otmonitor/setpoint
temperature_state_topic: events/central_heating/otmonitor/setpoint
min_temp: 5
max_temp: 35
initial: 17
temp_step: 0.5
precision: 0.5