An open API service indexing awesome lists of open source software.

https://github.com/deanshub/smarthome-js


https://github.com/deanshub/smarthome-js

broadlink smarthome telegram-bot

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Smart Home telegram bot

written in node js using Broadlink hardware and Telegram for UI

[![Smart Home DIY Bot](http://img.youtube.com/vi/fPVSwdyvUrs/0.jpg)](http://www.youtube.com/watch?v=fPVSwdyvUrs)

## Install and Run

1. copy the `default.json` file in the `config` directory with the name `production.json`
and fill in the empty properties

2. `yarn`

3. `yarn run dev`

Read all about it in [this medium post](https://medium.com/@deanshub/affordable-smart-home-diy-with-js-c7d3755e8b62)

## Troubleshooting

if `yarn` throws error on node-gyp, try:
`npm install --global --production windows-build-tools@4.0.0`
and
`npm i win-audio --msvs_version=2015`