Richard Mitchell
Richard Mitchell
Thanks for the information. While these products may be older, I would not call them mature. I will add them to my README when I have chance, but the current...
I can confirm SPIN features such as door locks are not working for me. `volkswagencarnet v4.4.57`. Standard Home assistant log shows: ``` [volkswagencarnet.vw_connection] Could not update information: 'identity' [custom_components.volkswagencarnet] Could...
Other seemingly relevant lines with DEBUG turned on: ``` [volkswagencarnet.vw_dashboard] WVWZZZMYVIN Door locked (DoorLock:door_locked) is not supported [volkswagencarnet.vw_dashboard] WVWZZZMYVIN Trunk locked (TrunkLock:trunk_locked) is not supported ``` All web requests seem...
Extra extra debug logging on: ``` [volkswagencarnet.vw_dashboard] Setting up dashboard with config :{} [volkswagencarnet.vw_dashboard] WVWZZZMYVIN Position is supported [volkswagencarnet.vw_dashboard] WVWZZZMYVIN Door locked (DoorLock:door_locked) is not supported [volkswagencarnet.vw_dashboard] WVWZZZMYVIN Trunk locked...
`from module import *` could be implemented as `locals().update(vars(__import__('module')))`
This is more than likely an issue with the meter itself or the GPF. I've worked with high volume smart meter data and this sort of thing crops up a...
Should be clear to merge then?
Merged master, all tests appear to be passing for me.
Ah, great, thanks. Any idea when there might be a new release?
I've previously written a Pycrypto-style wrapper for Twofish using the keybase/python-twofish library. You are welcome to use it, the source is here: https://github.com/mitchellrj/python-pgp/blob/master/pgp/cipher/twofish.py On 4 August 2014 08:16, Karsten-Kai König...