Skip to content

myStrom buttons

Johann Richard edited this page May 30, 2020 · 8 revisions

myStrom Buttons

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.

  1. Open the myStrom App
  2. If you have not already added your button, add it
  3. Navigate to the "Button" -> "Settings Menu"
  4. Under "Trigger URL" set it to POST to http://your-homebridge-server:18081/button

Caveats

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.

Clone this wiki locally