Skip to content

OpenTherm Monitor Home Assistant supervisor add-on

Notifications You must be signed in to change notification settings

DJJo14/addon-otmonitor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

OpenTherm Monitor Home Assistant supervisor add-on

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 56.3%
  • Shell 43.7%