Skip to content

Commit 951c726

Browse files
committed
add esphome example
1 parent c863d5d commit 951c726

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

mqtt/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ We recommend using X.509 client certificates, or at least MQTT `username`/`passw
7676

7777
| Project | With example model | Config
7878
| ------------- | ---------------------- | ----------
79+
| [ESPHome](https://esphome.io/) | - | [config.yaml](./esphome/config.yaml)
7980
| [OpenMQTTGateway](https://github.com/1technophile/OpenMQTTGateway) | [model.json](../.ric-models/mqtt-omg.ric-model.json) | -
8081
| [OctoPrint](https://octoprint.org/) | [model.json](./octoprint/model.json) | [config.yaml](./octoprint/config.yaml)
8182
| [zigbee2mqtt](https://github.com/Koenkk/zigbee2mqtt) | [model.json](./zigbee2mqtt/model.json) | [configuration.yaml](./zigbee2mqtt/configuration.yaml)

mqtt/esphome/config.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
esphome:
2+
name: esphome-test
3+
platform: ESP32
4+
board: esp32dev
5+
6+
wifi:
7+
ssid: my-wifi-ssid
8+
password: my-wifi-pass
9+
10+
mqtt:
11+
broker: dev.rightech.io
12+
client_id: mqtt-test-id
13+
discovery: false
14+
log_topic:
15+
16+
logger:

0 commit comments

Comments
 (0)