mirror of
https://github.com/ckaczor/Blog.git
synced 2026-01-13 17:22:16 -05:00
Switch categories to tags
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
---
|
||||
title: "Laundry Monitor – Software"
|
||||
date: "2018-04-02"
|
||||
categories:
|
||||
- "code"
|
||||
- "floating-status-window"
|
||||
tags:
|
||||
- "Code"
|
||||
- "Floating Status Window"
|
||||
---
|
||||
|
||||
The software side of [LaundryMonitor](https://github.com/ckaczor/LaundryMonitor) is currently pretty straightforward. The [C.H.I.P.](https://getchip.com/pages/chip) runs a Node.js application that keeps track of a GPIO pin for each current switch - when the switch is closed the appliance is on and when the switch is open the appliance is off. The application exposes a websocket that applications like [HomeStatusWindow](https://github.com/ckaczor/HomeStatusWindow) can watch and messages are sent to a family Telegram channel.
|
||||
|
||||
Reference in New Issue
Block a user