Martin Reuter
Martin Reuter
Behaviour of the conversion code depends on the value of the environment variable FSLOUTPUTTYPE which can be ANALYZE or NIFTI. The behaviour is described in: https://github.com/freesurfer/freesurfer/blob/7cabf800a277b00d6499fc756d464ccfda46e774/utils/mri.cpp#L1046 So depending on the...
Hi, what is the expected behaviour when home assistant goes offline. For example when I shutdown my raspberry pi, the heat pump stops heating and looses the little icon for...
Hi, can anyone help me get started? I bought the ELM that is linked in the readme, "bbfly Forscan Elm327 ELMconfig USB VINT-TT55502 mit MS-CAN für Ford OBD2 Diagnose" but...
Hi, for me the latest python-can 4.0.0 is not working. I am getting: `ERROR - Error opening bus can0 Traceback (most recent call last): File "/usr/lib/python3/dist-packages/HPSU/canpi.py", line 23, in __init__...
After my server running mosquitto reboots for software updates the raspberry running pyHPSU isn't able to send commands (for instance rotex/command/heat_slope) anymore. Reading values keeps working. After restarting the hpsu...
Hi, I get errors when installing on Ubuntu 20.04.5 LTS with Kernel 5.14.0-1051-oem (I know it is not officially supported yet). `amdgpu-install --usecase=dkms` gives ``` Package linux-modules-extra-5.14.0-1051-oem is not available,...
I looked at this code and think this is a bug, as this coordinate ``` i+1, j, k ``` is checked twice in the if statement. Instead it probably should...