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.
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.