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

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.

Awesome Lists containing this project

README

          

# intercom2wifi

[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-)

[![Star on GitHub](https://img.shields.io/github/stars/tinymins/intercom2wifi.esp.svg?style=social)](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)):



叶踏池

💻

Emil Zhai

💻

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!