Long term sensor data - Home Assistant Community
community.home-assistant.io › t › long-term-sensorJan 23, 2019 · Hi, i’m looking at a method to store long-term sensor data. I have been looking at different options, but for now haven’t find the right solution. What I would like to have is for short-term (e.g. several days) have all ‘high-res’ sensor data available, for some of my sensors this is 1 datapoint per second so this quickly becomes much data. For the long term I would like to have a min ...
Sensor - Home Assistant
https://www.home-assistant.io/integrations/sensorSensor. Sensors are a basic platform component in Home Assistant. They monitor the states and conditions of a variety of entities. An entity can be many things. This can include a physical device like a motion sensor that reports the battery level, a web service that retrieves the weather temperature, a built-in function that calculates the sun ...
Database - Home Assistant
www.home-assistant.io › docs › backendHome Assistant uses database to store events and parameters for history and tracking. The default database used is SQLite and the database file is stored in your configuration directory (e.g., <path to config dir>/home-assistant_v2.db); however, other databases can be used.