Timo F
Timo F
I think that airflow fan duty fan speed are mixed up. Humidity and Temperature seem fine for exhaust and supply.
My unit is right as shown in the Android app. And massflow/fan values are mixed up in home assistant. Firmware is 1.7.0 On Mon, 11 Jan 2021, 13:47 klaudiusz223, wrote:...
Alternatively something like: ``` yaml deployments: - name: ... image: ... port: ... nodeSelector: ... tolerations: ... env: ... run_config: #new section for the run/job pods nodeSelector: ... tolerations: .......
Hi, the PR will be handled from our official HRI-EU github account (https://github.com/HRI-EU). I plan to manage this the next days/weeks. The first implementations of light support should be finished...
Hi, here is some feedback from @rinftech-github regarding the issues remaining with the scatter plot type: ------------------- Regarding the shadow mapping issue with instanced geometry, this was discovered in three.js...
Hi, I also have issues with the view command, version 0.6.0.a4. The view function sets the f.camera.position correctly, but f.camera.matrix and f.camera.matrixWorld differ after twice calling view() with a manual...
Hi, same issue here #294 My workaround atm: ``` # Reset View ipv.view(0, 0, 2.) f.camera.rotation = (0, 0, 0, 'XYZ') f.camera.up = (0,0,1) # Set desired View ipv.view(15, 20,...
Workaround is not perfect. If I execute ``` ipv.view(0, 0, 2.2) f.camera.rotation = (0, 0, 0, 'XYZ') f.camera.up = (0,0,1) ipv.view(15, 30, 2.2) #
Found another wired behavior: If called directly after figure.show(), the resulting rotation is totally wrong. If I add a time.pause(0.5) between show and view, the result is correct.
I can confirm this, for multiple jupyterlab versions: 1; 1.1; 1.2; 2.0 and 2.1