openleadr-python icon indicating copy to clipboard operation
openleadr-python copied to clipboard

Python library for OpenADR

Results 45 openleadr-python issues
Sort by recently updated
recently updated
newest added

Recent changes in the `expat` library now cause OpenLEADR to fail using: ``` libexpat1: Installed: 2.2.9-1ubuntu0.2 Candidate: 2.2.9-1ubuntu0.2 Version table: *** 2.2.9-1ubuntu0.2 500 500 http://gb.archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages 500 http://security.ubuntu.com/ubuntu...

I am interested in working with openADR. VTN side is on linux and VEN side is on a Raspberry Pi 4. As mentioned in the documentation I have the following...

Hello! I am trying to implement a PUSH pattern through the OpenLEADR library. On the client's side I have added a method `client.create_party_registration(http_pull_model=False)` but I got an error: `RuntimeWarning: coroutine...

report_service.py line 194 constructs ReportSpecifier object but does not set report_interval, in fact, a local variable named report_interval is assigned to report_back_duration in same line, and report_interval is assigned sampling_interval...

bug
Non-compliant behavior

Hello Stan. I have a VTN-server on which I am trying to register/update a report. If I use "compact mode" for registration I get **ven_id** like this: ``` async def...

bug

Hi Stan, I discovered a bug in Openleadr's XML-to-object behaviour. The error path is approximately this: - My VEN client had only a single report (created with `my_OpenADRClient.register_reports(report=[...])`) - This...

I'm an experienced programmer, but not in Python, but want to experiment with OpenADR, and want to try with OpenLEADR. I'm trying to set up the example servers shown on...

I'm still trying to get an example setup running and the current issue is that the VEN client is not registering with the VTN. Instead, this is printed: ``` Request...

except Exception as err: logger.error("Your on_event handler encountered an error. Will Opt Out of the event. " f"The error was {err.__class__.__name__}: {str(err)}") results = ['optOut'] * len(events) Your on_event handler...

OpenLEADR now does XML parsing that is using xmltodict and a custom postprocessor (`normalize_dict`). This works well enough that we get very usable dictionaries out of it, and we can...

enhancement