Commit Graph

7 Commits

Author SHA1 Message Date
sqozz 32c941044d Add 3d model for cases 2018-07-16 11:28:00 +02:00
sqozz 64fbf04117 Add PCB schematic 2018-07-16 11:25:04 +02:00
sqozz 914f3fdcb8 Add SimpleRGB subsystem 2018-07-14 20:35:51 +02:00
sqozz 0e01a7de9b Add BH1750 subsystem
Currently the subsystem only supports one single sensor. It publishes
its state to lightsensor/livingroom_window/status every 5 seconds.
2018-07-13 19:31:57 +02:00
sqozz 0e0a10ae7b Extract subsystem into separate function 2018-07-13 00:24:16 +02:00
sqozz 0356892526 Intigrate rfsockets subsystem support
This enables the nodemcu to listen for multiple topics. First comes
the subsystem which is then followed by parameters for that specific
subsystem.

For 433MHz sockets this subsystem is called "rfsockets". It operates
on "rfsockets/<socket_name>/(status|switch)" wher it accepts and
reports with either "ON" or "OFF" as payloads. The subsystem therefore
complies with the Home Assistant mqtt component.
2018-07-13 00:02:55 +02:00
sqozz 1ac1ce1be1 Initial commit 2018-07-12 21:53:29 +02:00