InfluxDB - Home Assistant
https://www.home-assistant.io/integrations/influxdbIf 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.
Home Assistant
https://www.home-assistant.ioHome 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.
Database - Home Assistant
https://www.home-assistant.io/docs/backend/databaseHome 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.
Home Assistant Data Science | Home Assistant
data.home-assistant.ioExplore 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
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.
Home Assistant MQTT Tutorial - DIYI0T
https://diyi0t.com/home-assistant-mqtt-tutorial16.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.
85 Home Assistant Anleitungen und Ideen - Smarterkram.de
https://smarterkram.de/27710.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 ...
Home Assistant
www.home-assistant.ioUse 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 ...
SQL - Home Assistant
www.home-assistant.io › integrations › sqlSQL. 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.