diff options
author | lonkaars <loek@pipeframe.xyz> | 2021-09-18 12:35:16 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2021-09-18 12:35:16 +0200 |
commit | fa3e26247e63cd6da05aac321e52e4679fa85bde (patch) | |
tree | 382c0de33de36c6a9591a906aa9b5a409046cfa7 /posts/homeauto.md | |
parent | c9044b4d90a4e12c041da30151f2a6375e02b8bf (diff) | |
parent | 5fb836ffd4d1474b5594c8c9a8e8e14c7055a026 (diff) |
Merge branch 'master' of github.com:lonkaars/blog
Diffstat (limited to 'posts/homeauto.md')
-rw-r--r-- | posts/homeauto.md | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/posts/homeauto.md b/posts/homeauto.md index 33e2a6a..35d8d12 100644 --- a/posts/homeauto.md +++ b/posts/homeauto.md @@ -12,7 +12,7 @@ automation system. I've tried two home automation systems so far: homebridge and home assistant. Homebridge isn't really an automation system. It's meant to add unsupported devices to *homekit*, but doesn't work with anything other than apple devices. -I've also tried (and am currently using) home assistant. It's a complete +I've also tried (and am currently using) home assistant. It's a complete replacement for the homekit ecosystem, and it can do basically anything, as long as you're patient enough... @@ -227,6 +227,10 @@ Very complicated stuff... [This](http://www.knutsel.org/2009/01/01/livingcolors-1st-generation/) article describes all the research that went into reverse-engineering the lamp. +I ordered a cc2500 wireless transmitter and receiver, but the seller cancelled +the order, and now I have to wait a while longer to get one. I'll update this +article once I've set it up though. + ## Toshiba air conditioning unit I created a small daughter board to connect to the raspberry pi's gpio pins, @@ -237,5 +241,8 @@ I've spent a solid two days now trying to use my raspberry pi or arduino uno as a janky logic analyzer, to capture the IR messages and get the message contents manually, but I still haven't succeeded. I have however succeeded in frying the IR LED by giving it +5v backwards without any protection, so that's something I -guess. I'll update this article when I get it working. +guess. I'll update this section of the article together with the Philips lamp. + + +To be continued... |