Skip to content
Vadim Tkachenko edited this page Dec 18, 2020 · 6 revisions

ESPHome to InfluxDB Gateway

  1. apt install mosquitto or your favorite MQTT broker
  2. Configure ESPHome MQTT Client Component on your ESPHome devices
  3. Install InfluxDB
  4. Build and run esphome2influxdb (Gradle or Docker)
  5. Configure your tags
  6. PROFIT!!!

Current Limitations

  • Currently works only with ESPHome Sensor components, more to come.
  • The project's just been open sourced, documentation is coming, keep checking this wiki for updates.

Further Down the Rabbit Hole

Home Climate Control Project

Clone this wiki locally