Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 818 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 818 Bytes

Deye MQTT to InfluxDB

Designed as a small shim between deye-inverter-mqtt and InfluxDB.

Provide links to your MQTT relay (like Mosquitto) and your InfluxDB, the rest is done for you.

Currently only supports the micro and settings metric groups, in addition to the availability and logger status topic. Refer to the deye-inverter-mqtt README.

How to use

To install dependencies:

bun install

Copy .env.example to .env and adjust the variables as necessary. Alternatively provide the listed environment variables as you seem fit.

To run:

bun start

This project was created using bun. Bun is a fast all-in-one JavaScript runtime.