deye-inverter-mqtt
deye-inverter-mqtt copied to clipboard
Reads Deye solar inverter metrics and posts them over MQTT
Hi, in #132 "time of use" has been added for Deye LV inverters. Although Deye HV inverters are generally supported (metric_group_deye_sg01hp3), "time of use" currently is not. I have tried...
Hello, I am currently developing a plugin to write data directly to InfluxDB. Because you directly manipulate the TSLVersion object from the SSL module, this breaks compatibility with probably a...
When I try to run the code I get several errors like that: File "/home/pi/deye-inverter-mqtt/src/deye_config.py", line 68, in DeyeEnv def string(env_var_name: str, default_value: str = None) -> str | None:...
Hi @kbialek I have created a plugin that relates to #117 and can automatically configure all the sensors for home assistant. Not sure if you like the changes I did...
Currently only one batterie is supported, i.e. you only get the overall values if you have multiple batteries. For example: Battery 1 SOC is 20% Battery 2 SOC is 40%...
Please report here inverter models that work with this tool. This will let me build a database of compatible inverters. Thanks! Please report: 1. Inverter model 2. Used metric groups
This commit adds output plugins to provide the same mqtt data like - SPFspot (https://github.com/SBFspot/SBFspot) - ahoyDTU (https://ahoydtu.de)
Reading the registers directly I saw, Frequency is shown as 49.89 Hz. deye-inverter-mqtt only shows 49.9 Hz. Maybe row in [deye-inverter-mqtt](https://github.com/kbialek/deye-inverter-mqtt/tree/main)/[src](https://github.com/kbialek/deye-inverter-mqtt/tree/main/src/deye_sensor.py needs to be changed to 0.01f in row print_format?...
Hello, help is appreciated or some hint where to look. **Hardware :** - Inverter model: deye sun-12k-sg04lp3-eu **Software :** - Logger firmware version: LSW3_15_FFFF_1.0.9E - deye-inverter-mqtt version: latest For a...
I use your software for a few months and it runs stable. Unfortunatelly it reports unexpected 0s in the morning and the evening e.g. for day_enery and total_energy. Both zeros...