Add status_type as optional param#17
Conversation
SimonAtWattscout
commented
Apr 15, 2024
- Adds the possibilty to give the status_type [39, 41] as optional parameter
- If None is given status_type defaults to STATUS_TYPE.ACCEPTED.value = 39
|
Tests fail due to: Looks like mirror config is not up to date |
|
Please hold with the merge, something else has to change first |
|
Okay after a lot of discussion with elhub this finally works. The problem was that in the WSDL existed Acknowledge ElHubService.METERING_VALUES and AcknowlegdePoll in ElHubService.POOL_METERING_VALUES (typo btw, should be POLL).
The optional status_type is not needed since elhub does not allow anything else than 39. Hope this all makes sense |
|
@thomasvolte @jgc31416 can you please review this PR? Thanks |