Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jehy/arduino-came-gates-mqtt
Open CAME gates using Arduino and 433Mhz transmitter
https://github.com/jehy/arduino-came-gates-mqtt
433mhz arduino came esphome gates open
Last synced: 10 days ago
JSON representation
Open CAME gates using Arduino and 433Mhz transmitter
- Host: GitHub
- URL: https://github.com/jehy/arduino-came-gates-mqtt
- Owner: jehy
- Created: 2022-02-06T19:43:30.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-01T12:50:24.000Z (over 2 years ago)
- Last Synced: 2024-04-14T11:05:26.133Z (7 months ago)
- Topics: 433mhz, arduino, came, esphome, gates, open
- Language: C++
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Arduino came gates mqtt
[![Compile Sketch](https://github.com/jehy/arduino-came-gates-mqtt/actions/workflows/compile-sketch.yaml/badge.svg)](https://github.com/jehy/arduino-came-reader/actions/workflows/compile-sketch.yaml)
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/jehyrus)Open CAME gates using Arduino and 433 Mhz transmitter, based on [this sketch](https://gist.github.com/superyarik/3eb4da9da728466c072e716532d732ef).
You can obtain your gate's code using [this sketch](https://github.com/jehy/arduino-came-reader).
Works by MQTT. Just send any payload to configured topic and it will open gates.
Sample config for Home Assistant:
```yaml
switch:
- platform: mqtt
unique_id: gates_btn
name: "Gates Switch"
command_topic: "esp/street/gates/open"
availability:
- topic: "esp/street/gates/available"
qos: 0
retain: false
```# ESPHome
ESPHome version can be found [here](https://github.com/jehy/esphome/tree/master/came-gates-controller).