Michael Kotten

Results 76 comments of Michael Kotten

Did you try the plugin without setting the ip address?

Are you using more than one pimatic instances with pimatic-echo installed?

Ok, pimatic-echo isn’t tested with multiple instances. I guess there are some uids in the code that have to be unique. You are invited to play with these. But to...

@blacktiger333 did you test with a single instance?

Should actually work as the `MqttSwitch` extends `env.devices.PowerSwitch`. The options should also be visible for all devices, even if they are not supported. Make sure to put the plugin at...

Did you solve this issue?

pimatic-hap supports for type of sensors only specific attributes: https://github.com/michbeck100/pimatic-hap/blob/master/accessories/genericsensor.coffee#L14 As far as I can tell for RFLinkData the attributes have the wrong names. I would suggest you ask the...

And please ignore the service selection in the config. this applies only to lights and switches. Unfortunately its not possible to hide it programmatically.

If you check out the latest commit from https://github.com/michbeck100/pimatic-hap/pull/73 then you got it. After I'm back from vacation I will create another release.