64 lines
1.6 KiB
Nix
64 lines
1.6 KiB
Nix
{
|
|
...
|
|
}:
|
|
|
|
{
|
|
/**
|
|
*******************
|
|
- Service Dashboard for stats (energy usage, bandwidth etc.)
|
|
- Dashboard fragment per room
|
|
- Tablet in each room can display just its associated fragment
|
|
- Per user dynamic dashboard that shows the dashboard fragment for the room
|
|
you are in using Bluetooth presence detection
|
|
|
|
Rooms: [Auto, Bedroom, Kitchen, Living Room, Office]
|
|
|
|
Shared: Date/time, Guest Override action, Weather, Air quality
|
|
|
|
Bedroom:
|
|
- Temperature
|
|
- Minimal Lights action
|
|
- Individual light cards
|
|
- Sheets last changed
|
|
- Plant last watered
|
|
|
|
Kitchen:
|
|
- Temperature
|
|
- Individual light cards
|
|
- Water filter age
|
|
|
|
Living Room:
|
|
- Temperature
|
|
- Turn TV on action
|
|
* dynamic card to start Movie Mode
|
|
- Individual light cards
|
|
- Plant last watered
|
|
|
|
Office:
|
|
- Temperature
|
|
- Individual light cards
|
|
- Bandwidth usage
|
|
- Computer stats
|
|
|
|
Primary IEEE address: 00:12:4B:00:29:E8:B1:9E
|
|
|
|
Random inspiration words:
|
|
- "Temp Disable Office Motion"
|
|
- "Main Lights {Bright,Dim,Warm}"
|
|
- "Robot Vacuum"
|
|
- "Living Room TV"
|
|
- "Morning wakeup"
|
|
- "Going to sleep early"
|
|
- "Take out bins"
|
|
- "Video Conference"
|
|
- "Gaming"
|
|
- Monitor power usage to tell when something has started/stopped
|
|
- Vibration sensor for kitchen drawer
|
|
- Todo list for dinner schedule
|
|
- Air quality sensor in kitchen
|
|
- Notification to close vents when outdoor air quality is bad
|
|
- "TV Lights Lock" - don't auto dim-lights on play/pause
|
|
*********************
|
|
*/
|
|
}
|