Adding Shelly 1 button to Z-Way as HTTP Device

How you can integrate shelly wifi buttons with Z-Way server? Read the article below and you know it.
 02/04/2021 19:46:11
 Varga Gábor

This article describes how you can add your shelly binary button into Z-Way dashboard.

Requirements:

- HTTP Device in Shelly APPs

- Shelly devices

In my example below the shelly devices do not have authentication.

  1. Create a new HTTP Device by click to "+" button within APPS => Local Apps => HTTP Device
  2. Add some name to the device
  3. Select its type. In my case it is a switchBinary
  4. URL for Action on: http://<ip_address_of_shelly>/relay/<channel>?turn=on
  5. URL for Action off: http://<ip_address_of_shelly>/relay/<channel>?turn=off
  6. URL to get value: http://<ip_address_of_shelly>/relay/<channel>/status
  7. Inline javascript to parse incoming data to 'on'/'off' strings: $$.ison ? "on" : "off"
  8. Interval in seconds between polling requests: can be anything. In my case it is 5 seconds
  9. HTTP method: GET
  10. HTTP method to get value: GET
  11. Update value on action: ticked

 

Configuration Example: