Replies: 2 comments 5 replies
-
It not setup to run 'in' HA - I use HA, but with a different Pi running mppsolar and integrating with HA using MQTT autodiscovery |
Beta Was this translation helpful? Give feedback.
1 reply
-
Ahh - I see
Well options as I see it:
1 another Pi as mentioned
2 a ESP to connect to inverter and mqtt to HA on the pi (someone has done a
ESPHome integration for JK)
3 run HA as container or venv on native Pi (this will allow you to run the
python stuff but loses a lot of the convenience functions of HA
4 write a HA integration for mppsolar
5 wait until jblance sorts a HA integration :-)
I personally do 1 and 3, 1 or 2 is probably the easiest
…On Fri, 15 Oct 2021 at 09:46, UV-PWRD ***@***.***> wrote:
Thank you, I don't think that will talk to the JK though and that's what
I'm really after so I can monitor battery capacity properly.
The inverter just uses voltage which doesn't tell the full story with
Lifepo4
Was hoping to avoid needing a second Pi.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#167 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJVKNSKBG5PLNNKIFKWDGTUG46QZANCNFSM5FWCTBAQ>
.
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've got a Pi4, very new to this, and have Home Assistant running on it natively, as I understand it, it's using HassOS
I've got a JK/Heltec BMS and an MPP 7248, I'm trying to get data out of both for some automation. Ideally I'd like to talk to the BMS by Bluetooth. I do have an RS485 to USB converter for the inverter but it only pulled data into the windows app (watch power) once and then refused to do it again so that adapter might be suspect.
How do I go about running this python code within HA?
Beta Was this translation helpful? Give feedback.
All reactions