githubDante / deye-controller

DEYE Hybrid inverters library
MIT License
31 stars 5 forks source link

Output to PVOutput #8

Closed akmadov closed 7 months ago

akmadov commented 7 months ago

Dear Sir! Would it be very difficult to somehow implement/combine whatever https://github.com/XtheOne/Inverter-Data-Logger uses for sending data to PVoutput via their API? I am asking because I have an idea for using deye-controller together with Inverter-Data-Logger for filling my profile in PVoutput, which will then be read by the Homey app with the ultimate goal of triggering an iOS shortcut for turning on a device in the Tuya ecosystem when there is PV generation higher than a pre-defined value. Probably the worst possible idea, but I know nothing of python and home assistant and I cannot do it myself...yet :)

githubDante commented 7 months ago

It should be relatively easy, but it's beyond the scope of this repo. This is just a library / registers map for easier interaction with the inverter. You can build your own tools on top of it.