https://github.com/deanshub/smarthome-js
https://github.com/deanshub/smarthome-js
broadlink smarthome telegram-bot
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/deanshub/smarthome-js
- Owner: deanshub
- License: mit
- Created: 2019-01-04T07:42:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T12:29:06.000Z (over 3 years ago)
- Last Synced: 2025-08-01T04:09:18.588Z (11 months ago)
- Topics: broadlink, smarthome, telegram-bot
- Language: JavaScript
- Homepage: https://medium.com/@deanshub/affordable-smart-home-diy-with-js-c7d3755e8b62
- Size: 4.34 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Smart Home telegram bot
written in node js using Broadlink hardware and Telegram for UI
[](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`