Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tritter/homebridge-mertik-fireplace
Connects real fire with Homebridge.
https://github.com/tritter/homebridge-mertik-fireplace
fire fireplace homebridge homebridge-plugins stove
Last synced: 14 days ago
JSON representation
Connects real fire with Homebridge.
- Host: GitHub
- URL: https://github.com/tritter/homebridge-mertik-fireplace
- Owner: tritter
- License: apache-2.0
- Created: 2021-09-29T12:56:08.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-08T20:27:36.000Z (almost 2 years ago)
- Last Synced: 2024-12-14T04:36:00.845Z (20 days ago)
- Topics: fire, fireplace, homebridge, homebridge-plugins, stove
- Language: TypeScript
- Homepage:
- Size: 1.37 MB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# homebridge-mertik-fireplace
[![verified-by-homebridge](https://badgen.net/badge/homebridge/verified/purple)](https://github.com/homebridge/homebridge/wiki/Verified-Plugins)
[![npm](https://img.shields.io/npm/v/homebridge-mertik-fireplace.svg)](https://www.npmjs.com/package/homebridge-mertik-fireplace) [![npm](https://img.shields.io/npm/dt/homebridge-mertik-fireplace.svg)](https://www.npmjs.com/package/homebridge-mertik-fireplace)
[Homebridge](https://github.com/nfarina/homebridge) plugin for heating your place using the Mertik Fireplace WiFi controller.
## Features
With this plugin you can turn your fireplace on using Siri and schedule cosiness with your 'Cosy Time' Scene! The plugin exposes a Heater inside Homekit with the following features:| Feature | Description |
|----------|----------|
|Lock Controls| Lock access to fireplace (for example when leaving home lock controls, turn off is always possible!) Switch Child Lock Unlocked/Locked |
|Temperature| Set the mode in HomeKit to AUTO. |
|Manual| Set the mode in HomeKit to HEAT. |
|Eco| Set the mode in HomeKit to COOL. |
|Aux| Switch On/Off using the Oscillate switch. |### Install homebridge and this plugin
```
[sudo] npm install -g --unsafe-perm homebridge
[sudo] npm install -g --unsafe-perm homebridge-mertik-fireplace
```## Homebridge configuration
Update your Homebridge `config.json` file.
```json
"platforms": [
{
"fireplaces": [
{
"name": "Blast",
"ip": "192.168.1.111"
}
],
"platform": "MertikFireplace"
}
],
```| Key | Default | Description |
|-------------------------|-----------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `platform`|"MertikFireplace"| Mandatory. The name provided to Homebridge. |
| `fireplaces`|[]|Array of configured fireplaces, is needed if you want to connect to one one. (Multiple are supported)|
| `name`|"Blaster"| Mandatory. The name of the fireplace. Note: also used as serial, when changing the name a new instance will be created.
| `ip`|"192.168.1.111"| Mandatory. The plugin uses a fixed ip, make sure the device has a fixed one!## Legal
*Mertik* is an registered trademarks of Maxitrol GmbH & Co. KG.
This project is in no way affiliated with, authorized, maintained, sponsored or endorsed by *Maxitrol* or any of its affiliates or subsidiaries.
## Credits
These users/repositories helped making the Homekit integration possible:[@erdebee](https://github.com/erdebee/homey-mertik-wifi) - https://github.com/erdebee/homey-mertik-wifi
And me and yes, I like coffe @ a warm fireplace :)
[](https://www.buymeacoffee.com/tritter)