Michael Kotten

Results 66 comments of Michael Kotten

> Is this a normal behavior? At least it implemented that way. So yes this is normal behaviour.

For me it looks like DummyTemperatureSensor uses `temperature`: https://github.com/pimatic/pimatic/blob/master/lib/devices.coffee#L1112 This is one of the reasons that pimatic-hap uses `temperature`, too. Regarding the VariablesDevice: please post the parts of your config...

Please raise an feature request at https://github.com/treban/pimatic-tradfri, since changing colors must be implemented here first.

@sverrevh Is this still an issue for you? Since tradfri integrates HomeKit already you can use it directly without the workaround in pimatic-hap.

Currently it uses garage doors, because the homekit "protocol" defines shades different then pimatic. HomeKit wants percentage values when opening or closing shades. This is currently not fully supported in...

I have some shades now myself, so pimatic-hap could basically move to shades. But I have to check in the pimatic config if the rollingTime config is used, so its...