Skip to content

sirchia/pimatic-intergasincomfort

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
lib
 
 
 
 
 
 
 
 
 
 
 
 

Pimatic Intergas Incomfort plugin

Plugin to control an Intergas central heating boiler through Incomfort Lan2RF gateway

Configuration

You can load the plugin by editing your config.json to include it:

{ 
   "plugin": "intergasincomfort"
}

Thermostats and temperature sensors can be defined by adding them to the devices section in the config file. For all configuration options see device-config-schema

Set the class attribute to IntergasIncomfortHeatingThermostat. For example:

{
  "id": "thermostat",
  "name": "Thermostat",
  "class": "IntergasIncomfortHeatingThermostat",
  "connection": {
    "host": "192.168.1.11",
  },
  "comfyTemp": 21,
  "ecoTemp": 17
}

For the temperature sensors add this config:

{
  "id": "roomTemperature",
  "name": "Current room temperature",
  "class": "IntergasIncomfortTemperatureSensor",
  "connection": {
    "host": "192.168.1.11",
  }
}

About

Intergas Incomfort plugin for Pimatic

Resources

License

Stars

Watchers

Forks

Packages

No packages published