Christopher Banck
Christopher Banck
For now I would suggest implementing it like the other methods in `_e3dc.py` for consistency. Creating subclasses is probably a larger refactoring effort to be addressed separately.
`get_powermeter_data` does allow passing an index of your powermeters: https://github.com/fsantini/python-e3dc/blob/master/e3dc/_e3dc.py#L1723 You will need to try out which are the correct indexes in your configuration. `0` and `6` are root powermeter,...
I suggest creating a new exception for this: ``` class RSCPKeyError(Exception): """Class for RSCP Encryption Key Error Exception.""" pass ``` and `raise RSCPKeyError` instead. Being a specific error when using...
In German: `Hauptmenü > Personalisieren > Benutzerprofil > RSCP Passwort`
This should be possible, but not using `wallbox.js`, but rather implementing it similar to other methods in `_e3dc.py`. e.g. https://github.com/fsantini/python-e3dc/blob/master/e3dc/_e3dc.py#L1840 The tags can be found e.g. here: https://github.com/fsantini/python-e3dc/blob/master/e3dc/_rscpTags.py#L1244 and testing...
Leaflet.Markercluster 1.4.1 was released on 14th September 2018 while spiderfyShapePositions was introduced 23rd September 2018. Not sure why there wasn't a new release in 2 years...
1. I'm not aware of any drawbacks. It should be 100% backward compatible. That's the reason why I haven't renamed `MYSQL_PORT`, though it is preset with something like `tcp://172.17.0.5:5432`. See...
As a workaround I've put the click event handler not on the marker, but rather the icon with: `@click.stop="function"`
I do have the same issue. For me it was the newish `/dev/zram` devices.
@jenting I tried using the rancher image, but it does not include `cp` used here: https://github.com/vmware-tanzu/helm-charts/blob/main/charts/velero/templates/upgrade-crds.yaml#L52 The image only includes `kubectl`: https://github.com/rancher/kubectl/blob/master/Dockerfile