pyess icon indicating copy to clipboard operation
pyess copied to clipboard

Python library for communication with LG ESS power converters

Results 11 pyess issues
Sort by recently updated
recently updated
newest added

My ESS is connected to a Fritzbox 7490 with ip address 192.168.178.45. The pyess package is installed on Ubuntu 18.4 with python 3.8. The default ip address 192.168.23.1 does not...

Hello, thanks a lot for this great project, I use it for about an Year and had absolutely no problems with it. Until yesterday... I had to restart my Fritz!Box...

Due to the additional battery setting "weather forecast" calling self.set_batt_settings({"alg_setting": "on"}) doesn't work anymore.

@fu-zhou brought this up in #3: currently there is no knowledge what the statues mean: E.g. when ``pcs_status=3``, what does the 3 stand for? That also applies to e.g. ``mqtt.0.ess.common.BATT.status``...

enhancement
good first issue

@fu-zhou requets in #3 to have essmqtt register as a client with the mqtt server. I believe the way to do so would be to set a last will and...

enhancement

Hello! @gluap I saw that in the disclaimer you say that you only have customer-level access to your LG ESS inverter. I actually found on a website that the password...

documentation

Hi, i try to use this method with new LG resu system, but nothing happen, in terminal this is the result: File "ess.py", line 64 def get_graph(self, device: str, timespan:...

question

Hi! We have a V1 ESS (DE1704SVA00165) which is connected via LAN. Unfortunately, running "esscli --action list_ess" can't find any ESS. I know the local IP of the inverter -...

Currently, ESSMQTT only supports a single ESS instance as it publishes to the root of the MQTT server (specifically, under `/home` and `/common`). Since we have 2 ESS inverters, I...

Hi, many thanks for this awesome library. I made some notes while reverse engineering your python, so that I could call the API with Node-RED / Javascript. I tested it...