https://github.com/tinymins/intercom2wifi.esp
Intercom to WiFi for JB-2201-F03 over ESP8266 on Home Assistant.
https://github.com/tinymins/intercom2wifi.esp
Last synced: 17 days ago
JSON representation
Intercom to WiFi for JB-2201-F03 over ESP8266 on Home Assistant.
- Host: GitHub
- URL: https://github.com/tinymins/intercom2wifi.esp
- Owner: tinymins
- Created: 2022-06-20T15:32:59.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-20T16:10:47.000Z (over 3 years ago)
- Last Synced: 2025-04-06T21:47:36.706Z (10 months ago)
- Size: 12.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# intercom2wifi
[](#contributors-)
[](https://github.com/tinymins/intercom2wifi.esp/stargazers)
Intercom to WiFi for JB-2201-F03 over ESP8266 on Home Assistant.
JB-2201-F03 门禁话机,通过 D1-Mini 开发板 (ESP8266) 连接到 Home Assistant 实现开门与铃声推送。
## Configure ⚙️
Copy `secrets.sample.yaml` to `secrets.yaml`, and update secrets data.
## Deploy 🪒
```bat
esphome run --device DEVICE_NAME intercom.yaml
```
`DEVICE_NAME` can be `COM Port` or `IP Address`, for example:
```bat
esphome run --device COM5 intercom.yaml
esphome run --device 192.168.0.201 intercom.yaml
```
## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!