Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 788 Bytes

File metadata and controls

23 lines (14 loc) · 788 Bytes

Http integrations

HTTP endpoints, notifications, metrics, and external service integrations.

Use these when you need Shelly to talk to external services or expose data via HTTP.

Scripts

  • finance-yahoo/stock-monitor_vc.shelly.js (see finance-yahoo/README.md)
  • http_post_watts_to_thingspeak/http_post_watts_to_thingspeak.shelly.js
  • http-handlers/http-handlers.shelly.js
  • http-notify-on-power-threshold/http-notify-on-power-threshold.shelly.js
  • prometheus/prometheus.shelly.js
  • push-pushed/push-pushed.shelly.js
  • telegram/telegram-interaction.shelly.js (see telegram/README.md)

Guides

  • finance-yahoo/README.md - Yahoo Finance stock monitor purpose, persona, and setup notes.
  • telegram/README.md - Telegram bot setup and command configuration.