Skip to content

Instantly share code, notes, and snippets.

View clemencov's full-sized avatar
🏠
Working from home

Igor Clemencov clemencov

🏠
Working from home
View GitHub Profile
@clemencov
clemencov / homebridge-mqttthing.json
Last active March 21, 2023 17:17
Homebridge MQTTThing config for Shelly 2 PM as Garage Opener
{
"type": "garageDoorOpener",
"name": "Garage Door",
"url": "mqtt://192.168.1.119:1883",
"accessory": "mqttthing",
"topics": {
"getCurrentDoorState": {
"topic": "shellies/garage_door/status/cover:0",
"apply": "return JSON.parse(message).state"
},