Skip to content
This repository has been archived by the owner on Sep 17, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (12 loc) · 895 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 895 Bytes

Tools and custom components

This repository contains tools, examples for a home assistant configuration and custom components.

Namely there is one script for generating template sensors that each monitor a one hour forecast of the dark sky component.

Also there is a custom component that fetches data and sets analogous outputs of the UVR1611 via the webinterface provided by a BLNET component using the library pyblnet.

At last a custom component is included that fetches data from Fronius solar devices. The current version is a crude JSON parser but a component fronius using the library pyfronius has now been merged into main home-assistant.

Setting up BLNet

The BLNET custom component in this repository is deprecated. Please use the one provided here