dj-nitehawk / Hybrid-Inverter-Monitor

Monitoring application for hybrid inverters using the Voltronic communication protocol & JK BMS via USB port.
MIT License
82 stars 23 forks source link

Request for VenusOS/Home assistant compatibilty #30

Closed FrankieHAi closed 4 months ago

FrankieHAi commented 4 months ago

Hello, Great project! I'm new to this so please excuse my lack of knowledge. Is it possible to use this to add MPP Solar inverter and JKBMS compatibility to Victron VenusOS and/or Home Assistant running on RPI? This would be very useful if possible!

Thanks Paul

dj-nitehawk commented 4 months ago

this was made to work standalone simply by plugging in an mppsolar inverter and a jk bms. there is no built-in integration with any other service or system such as victron/home assistant/grafana/etc. somebody with knowledge of those systems and some C# might be able to just fork this repo and add those integrations since the logic for reading data from inverter/bms is already there.

since i do not have/use any of those systems, i can't make that myself. nor do i have the desire to 😜

if someone wants to have crack at it, i can only answer any specific questions regarding the code i've already written.

FrankieHAi commented 4 months ago

this was made to work standalone simply by plugging in an mppsolar inverter and a jk bms. there is no built-in integration with any other service or system such as victron/home assistant/grafana/etc. somebody with knowledge of those systems and some C# might be able to just fork this repo and add those integrations since the logic for reading data from inverter/bms is already there.

since i do not have/use any of those systems, i can't make that myself. nor do i have the desire to 😜

if someone wants to have crack at it, i can only answer any specific questions regarding the code i've already written.

Thanks for your reply! That's beyond my scope, though someone else might run with it