• 0 Posts
  • 4 Comments
Joined 1 year ago
cake
Cake day: July 3rd, 2023

help-circle
  • A graph for PV production (green), Grid import/export (red), home power usage (yellow) and wallbox charging power (cyan).

    Some power-related Sensors. Then window shutters, then settings for Car max charge and wallbox max. from-grid power usage.

    Still working on being able to change the wallbox mode between PV/max power. Does anyone know good card for a Enum selection card?




  • After 5 minutes of staring at it: Its typesystem sudoku. Each row and each col in the grid must add up to 15 (T<>), bit each number in the grid must be different (Df<>).

    Grid will only be a type alias for the value true (google “Dependent types”) only if all Type Parameters (wich are values) hold up to the Sudoku conditions).

    The file would not compile with “true as Grid” when grid type-aliases to false.

    Fun to understand.

    EDIT: too late