I’m pretty new to HA. I’ve set it up and I keep editing the confirmation and everytime I restart to apply the changes, all the switches, sensors and even the thermostat lose their values. The most annoying is the thermostat (classic thermostat entity) because I have to turn it on selecting heat/cool and set the temperature. Is there a way to keep all these values across restarts?

Edit: I’m using HA OS on Proxmox. All the sensors and switches slowly goes back to “normal” as soon as they publish their state, apart from some entities that have values provided by HA itself and not by the devices (like the thermostat).

  • cedeho@feddit.de
    link
    fedilink
    English
    arrow-up
    3
    ·
    8 months ago

    recorder is enabled by default. however, when you are using docker it might be possible that the default file data base (it’s folder) is not mapped to a persistent location outside the container (resp. in the host file system).

    however, I really do not know much about all this docker related stuff. my recorder suggestion was just a shot into the blue. if I would be facing this problem I might just try to set up a relational data base like MySQL or PostgreSQL as a target for the recorder.

    • peregus@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      8 months ago

      The recorder was indeed already enabled, I’ve noticed from the home-assistant_v2.db file. Nevertheless I’m still losing everything when I reload the config. I’m not using docker, but HA OS. Any other…shot in the blue? 😁

      • cedeho@feddit.de
        link
        fedilink
        English
        arrow-up
        1
        ·
        8 months ago

        is the history of the values available after restart? like the graphs shown when you click a sensor entity?

        • peregus@lemmy.worldOP
          link
          fedilink
          English
          arrow-up
          1
          ·
          8 months ago

          Yes, the history of there, with some blanks around the time I’ve done some config reload