Skip to content

Commit

Permalink
add esphome example
Browse files Browse the repository at this point in the history
  • Loading branch information
prohazko2 committed May 5, 2021
1 parent c863d5d commit 951c726
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions mqtt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ We recommend using X.509 client certificates, or at least MQTT `username`/`passw

| Project | With example model | Config
| ------------- | ---------------------- | ----------
| [ESPHome](https://esphome.io/) | - | [config.yaml](./esphome/config.yaml)
| [OpenMQTTGateway](https://github.com/1technophile/OpenMQTTGateway) | [model.json](../.ric-models/mqtt-omg.ric-model.json) | -
| [OctoPrint](https://octoprint.org/) | [model.json](./octoprint/model.json) | [config.yaml](./octoprint/config.yaml)
| [zigbee2mqtt](https://github.com/Koenkk/zigbee2mqtt) | [model.json](./zigbee2mqtt/model.json) | [configuration.yaml](./zigbee2mqtt/configuration.yaml)
Expand Down
16 changes: 16 additions & 0 deletions mqtt/esphome/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
esphome:
name: esphome-test
platform: ESP32
board: esp32dev

wifi:
ssid: my-wifi-ssid
password: my-wifi-pass

mqtt:
broker: dev.rightech.io
client_id: mqtt-test-id
discovery: false
log_topic:

logger:

0 comments on commit 951c726

Please sign in to comment.