Simon Tretter

Results 161 comments of Simon Tretter

One more thing that makes life even easiser, to get the right calibration_points you can just go to the developer menu and select "States" http://homeassistant.local/developer-tools/state (this only works while you...

Okay I debugged it even further, it seems that "params" is passed in a wrong format,.. what then happens is that the whole integration goes offline for a second, and...

Hi @mlakmal , I just pushed a fork including the fix to our npm namespace @hokify/multer https://www.npmjs.com/package/@hokify/multer instead of `const multer = require('multer');` use `const multer = require('@hokify/multer');` let me...

Just published 1.5.1 .. please retry. should work now, I'm not using the parseblob option, therefore I never really tested it. Please let me know if it works now Regards

I was looking into this, and even created a PR to "fix" it, but there are some issues... As @Friendly0Fire stated correclty, the current implementation gets the base url via...

Did anything like this land in the master? I have closed my PR without merging, and I don't know of any new one? At least nothing is linked to this...

With this fix in place, I had no further issues in typescript. I haven't looked at the other PR in detail,but I'm pretty sure it's not applied in the TS...