pimatic-intergasincomfort

0.3.0 • Public • Published

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",
  }
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.3.0
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.3.0
    0
  • 0.2.3
    1
  • 0.2.2
    1
  • 0.1.0
    2

Package Sidebar

Install

npm i pimatic-intergasincomfort

Weekly Downloads

4

Version

0.3.0

License

GPL-2.0

Last publish

Collaborators

  • sirchia