roam/20221029000251-home_automation.org

14 lines
685 B
Org Mode
Raw Permalink Normal View History

2022-10-29 04:11:19 +00:00
:PROPERTIES:
:ID: 4e6aacd1-ee81-4290-b1cd-797f9edcf826
:END:
#+title: Home automation
2022-10-29 06:36:10 +00:00
2022-10-29 04:11:19 +00:00
* Commercial devices
2023-03-21 04:40:28 +00:00
- Tuya devices tend to use [[id:d97fde4a-0e91-40f9-ac57-d0cd67295d14][ESP8266]] microcontrollers under the hood and can be
2022-10-29 04:11:19 +00:00
converted to use other firmwares by abusing their easy-mode wireless discovery
with [[https://github.com/ct-Open-Source/tuya-convert][tuya-convert]]. Unfortunately, newer Tuya firmwares render this method
unusable, and some devices no longer use ESPs.
* DIY devices
[[id:659c836d-0934-4496-a163-a51ccaccc117][ESPHome]] is a great platform for programming [[id:c412e81c-9271-4224-89b7-315a4b89968e][Microcontrollers]] in custom-built
devices.