Hi everybody,
I’m currently working on a new plugin (https://github.com/michbeck100/pimatic-hap) for all iDevice users out there.
The plugin advertises all configured devices automatically as Homekit accessories at pimatic startup.
Configuration is as follows:
{
"plugin": "hap"
}
This will download the latest release from npm-registry. It’s that easy
Currently it supports most devices that pimatic comes with OOB. Some device types cannot be supported because the HomeKit protocol doesn’t have similar types.
Have a try and tell me what you think!
Please note that currently the default daemon start mode of pimatic leads to problems with this plugin, so for now you should use a small shell script, that does almost the same:
#!/bin/sh
nohup sudo DEBUG=HAPServer,EventedHTTPServer,Accessory node node_modules/pimatic/pimatic.js > pimatic-daemon.log &
Changelog will be updated on github