HN user

rhuehn

2 karma

Creator of Theatersoft, the open source smart home platform powered by modern full stack JavaScript.

Posts0
Comments1
View on HN
No posts found.

I spun up a pageview notifier just for fun by creating a webtask to ping a service on my home automation system. This enables the usual stuff - real time UI, audio alerts, webpush notifications, history, etc.

The webtask keeps the HA connection secrets but also works on static sites. On the HA side, the custom service pulses a binary sensor device created from {title, pathname}.

https://github.com/theatersoft/test-device/blob/master/webta...