No description
Find a file
2026-01-17 15:37:11 +01:00
NightLight Add naive remote control implementation 2026-01-05 21:53:48 +01:00
NightLight.Core Simplify a bit 2026-01-17 15:37:11 +01:00
NightLight.Core.Tests Add test for light brightness 2026-01-17 11:30:55 +01:00
.dockerignore Add zigbee2mqtt-data/ to .dockerignore 2026-01-06 10:25:50 +01:00
.editorconfig Package with nix 2026-01-10 21:04:50 +01:00
.gitignore Initial commit 2025-11-14 20:44:57 +01:00
default.nix Package with nix 2026-01-10 21:04:50 +01:00
deps.json Package with nix 2026-01-10 21:04:50 +01:00
docker-compose.yaml Initial commit 2025-11-14 20:44:57 +01:00
flake.lock Package with nix 2026-01-10 21:04:50 +01:00
flake.nix Package with nix 2026-01-10 21:04:50 +01:00
NightLight.sln Implement FakeHome 2026-01-04 12:08:10 +01:00
README.md Change start of day to 6.00am 2026-01-10 21:09:44 +01:00

night-light

This is an F# program that turns all the lights in our apartment

  • red at 8.30pm in the evening, and
  • white/yellow (depending on the room) at 6.00am in the morning.

NightLight.Core is the functional core, and NightLight is the imperative shell.

Runs on a Raspberry Pi 3B+.