Du lette etter:

home assistant datenbank

Database - Home Assistant
https://www.home-assistant.io › docs
Home 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 ...
Home Assistant
https://www.home-assistant.io
Home Assistant keeps your data local, no need for a cloud. Home Assistant communicates with your devices locally, and will fallback to pulling in data from the cloud if there is no other option. No data is stored in the cloud, and everything is processed locally.
Home Assistant Data Science | Home Assistant
data.home-assistant.io
Explore Your Data. The Home Assistant Data Science portal is your one stop shop to get started exploring the data of your home. We will teach you about the data that Home Assistant tracks for you and we'll get you up and running with Jupyter Lab, a data science environment, to explore your own data.
Database - Home Assistant
https://www.home-assistant.io/docs/backend/database
Home 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.If you prefer to run a database server (e.g., PostgreSQL), use the recorder component.
How do I delete the database on home assistant - Configuration
https://community.home-assistant.io › ...
How do I delete the database on Home assistant? I'm getting “recorder could not start” errors and everything I've read tells me I need to ...
How to keep your recorder database size under control
https://community.home-assistant.io › ...
In the default configuration, Home Assistant keeps a history of all the events and states for all the entities, for about 10 days. This data ...
MySQL with Home Assistant - Kevin Fronczak
kevinfronczak.com › blog › mysql-with-homeassistant
Aug 10, 2017 · Recently I decided to mess around with my Home Assistant setup and accidentally borked my MySQL installation on my Raspberry Pi 3. Getting it up and running again was a bit of a pain, so I decided to write a post on the exact steps I took in the hopes that someone will find it useful.
Home Assistant Datenbank MySQL vs. SQLite
https://www.libe.net/home-assistant-datenbank-mysql-vs-sqlite
06.11.2021 · Home Assistant verwendet als Datenbank SQLite. In SQLite werden alle Daten in eine einfache Datei gespeichert: home-assistant_v2.db. Ich hatte mit der Datenbank bis dato keine Probleme und bin mit der Performance von Home Assistant sehr zufrieden, dennoch wollte ich eine MySQL-Datenbank versuchen, denn zumindest theoretisch könnte MySQL eine bessere …
SQL - Home Assistant
https://www.home-assistant.io › sql
The sql sensor platform enables you to use values from an SQL database supported by the sqlalchemy library, to populate a sensor state (and ...
Recorder - Home Assistant
https://www.home-assistant.io › rec...
The default, and recommended, database engine is SQLite which does not require any configuration. The database is stored in your Home ...
Home Assistant
www.home-assistant.io
Use the official Home Assistant apps, a convenient companion to quickly control your devices and be notified when things happen in your home, even on your wrist using the Apple Watch. The apps can also be used to send your location home to use presence detection as part of your automations. Data is sent directly to your home, no access by third ...
InfluxDB - Home Assistant
https://www.home-assistant.io/integrations/influxdb
If you have installed InfluxDB on the same host where Home Assistant is running and haven’t made any configuration changes, add the following to your configuration.yaml file: # Example configuration.yaml entry influxdb: You will still need to create a database named home_assistant via InfluxDB’s command-line interface.
Copying history data from one database to another
https://community.home-assistant.io › ...
I am about to replace a RPI3b with a brand new RPI4 for Home Assistant. So far I have been using a MariaDB database on a Synology NAS due to ...
SQL - Home Assistant
www.home-assistant.io › integrations › sql
SQL. The sql sensor platform enables you to use values from an SQL database supported by the sqlalchemy library, to populate a sensor state (and attributes). This can be used to present statistics about Home Assistant sensors if used with the recorder integration database. It can also be used with an external data source.
Home Assistant MQTT Tutorial - DIYI0T
https://diyi0t.com/home-assistant-mqtt-tutorial
16.04.2020 · Home Assistant is an open source house automation software that combines nearly all of your smart home devices in one system. With the help of Home Assistant you can control and automate devices that are not compatible on their own. Home Assistant runs on different systems like your Raspberry Pi or local servers like a Synology Nas.
InfluxDB - Home Assistant
www.home-assistant.io › integrations › influxdb
Sensor. The influxdb sensor allows you to use values from an InfluxDB database to populate a sensor state. This can be used to present statistics as Home Assistant sensors, if used with the influxdb history component. It can also be used with an external data source.
InfluxDB - Home Assistant
https://www.home-assistant.io › inf...
The influxdb sensor allows you to use values from an InfluxDB database to populate a sensor state. This can be used to present statistics as Home Assistant ...
Database - Home Assistant
www.home-assistant.io › docs › backend
Home 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.
Home Assistant: MariaDB statt SQLite als Datenbank – flash ...
https://www.flashlog.de/2020/01/home-assistant-mariadb-statt-sqlite...
09.01.2020 · Home Assistant nutzt als Datenbank Backend SQLite. Diese Datenbank liegt im Konfigurationsverzeichnis uns hält zum Beispiel die vergangenen Sensordaten vor, um Grafen anzeigen zu können. Im Grunde ist SQLite ausreichend, allerdings wird der Zugriff langsamer, wenn das Home Assistant System wächst und mehr und mehr Geräte angeschlossen werden.
Home Assistant Datenbank MySQL vs. SQLite - LiBe.net
https://www.libe.net › home-assista...
Home Assistant verwendet als Datenbank SQLite. In SQLite werden alle Daten in eine einfache Datei gespeichert: home-assistant_v2.db.
85 Home Assistant Anleitungen und Ideen - Smarterkram.de
https://smarterkram.de/277
10.07.2021 · 85 Home Assistant Anleitungen und Ideen. Olli 10. Juli 2021 Smart Home, Home Assistant 12 Kommentare. Mit diesen Home Assistant Anleitungen wird auch dein Home zum Smarthome! 🙂 Nachdem ich einige Wochen zu Hause im Smarthome mit einem Raspberry Pi und openHAB rum experimentiert habe, bin ich zwischenzeitlich doch wieder beim Home Assistant ...
What is a home assistant database for? - Configuration
https://community.home-assistant.io › ...
Good morning, I'm new to this topic of the home assistant platform, what function does a database have, or what is it used for?