-
Notifications
You must be signed in to change notification settings - Fork 3
/
TODO
18 lines (12 loc) · 1.17 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
- screen brightness management
- figure out usage with nabu casa remote access
- figure out FTXUI crash when an entity has too many buttons (is this the reason? climate crashes on a big terminal too)
- when a thread segfaults, exit everything, don't go into a tight loop
- valgrind is unhappy even before the crash, clean this up
- (FTXUI) entity list scrolls back to top when i focus buttons
- (FTXUI) finally got a state-related crash. With voorkant focused on the "new devices discovered" thing, dismissing that notification in HA crashes voorkant. Dismissing it while not sitting on it delays the crash until you scroll past the now-gone entity.
- after sitting idle for an hour, pushing a button causes a crash, presumably because HA has timed out the WS connection. need to add reconnection logic, maybe pings
- (FTXUI) after sitting idle for some time, sometimes the menu jumps to a different entity - usually nearby, but sometimes many pages back
- had a crash in `json::parse(msg)` (currently line 452 of main.cpp) where msg appears to have been empty
- invalid (unreachable/timing out) URL appears to give "Unsupported protocol" error
- invalid token yields a JSON parser crash