Peter Clifton
Peter Clifton
I'm getting the very distinct feeling that I only accidentally got things working a couple of times when reloading drivers (and filter) I had broken the filter driver functionality. In...
More info, I've tried a few combinations and exploring the wire-side USB traffic. Observations: Directly to windows PC works fine. See a single SET_CONFIGURATION (1) and then things jump straight...
Possibly the USB implementation in the device is faulty, but disabling the SELECT_INTERFACE urb from being sent along as follows, seems to help get these particular devices working: ``` diff...
I noticed this on Win10 Pro too - and on my system, with Yubikey login enabled for my user - the system will NOT stop me logging in if the...
```diff commit 2c3f4557c905de4175e2f5a3f811862ddb13067f (HEAD -> master) Author: Peter Clifton Date: Thu Sep 29 20:19:23 2022 +0100 Add year offset function diff --git a/apps/OpenEnergyMonitor/solarbatterysim/solarbatterysim.php b/apps/OpenEnergyMonitor/solarbatterysim/solarbatterysim.php index 8aba5d7..c896918 100644 --- a/apps/OpenEnergyMonitor/solarbatterysim/solarbatterysim.php +++...
I'm doing this so I can compare against historical data imported from a EU GIS database, but who's conveniently available data ends in 2020. E.g. I need to go back...