generated from homebridge/homebridge-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 6
myStrom buttons
Johann Richard edited this page May 30, 2020
·
8 revisions
Besides the DingZ buttons, this plugin also supports the myStrom WiFi Button. However, in order to make it work, you have to manually set the callback URL in the myStrom App.
- Open the myStrom App
- If you have not already added your button, add it
- Navigate to the "Button" -> "Settings Menu"
- Under "Trigger URL" set it to
POST
tohttp://your-homebridge-server:18081/button
The WiFi Buttons only connect every so often to the network and of course when the button is pushed. Therefore, the plugin can not reliably set the URL automatically. Furthermore, it might be useful if you use the IP address of your Homebridge Server in the Trigger URL instead of the hostname as this adds another delay/complication in case of DNS resolution issues.
Don't forget to change the port in the Trigger URL if you've set it to another than the default value in the plugin.