Metadata-Version: 2.4
Name: kerttula
Version: 0.1.10
Summary: Juha's home automation application
Author-email: J Meskanen <juham.api@gmail.com>
Maintainer-email: "J. Meskanen" <juham.api@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://gitlab.com/juham/kerttula
Project-URL: Bug Reports, https://gitlab.com/juham/kerttula
Project-URL: Funding, https://meskanen.com
Project-URL: Say Thanks!, http://meskanen.com
Project-URL: Source, https://gitlab.com/juham/kerttula
Keywords: home,automation,juham,masterpiece
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.rst
Requires-Dist: juham-automation>=0.1.3
Requires-Dist: juham-visualcrossing>=0.1.9
Requires-Dist: juham-openweathermap>=0.1.9
Requires-Dist: juham-systemstatus>=0.1.7
Requires-Dist: juham-watermeter>=0.0.8
Requires-Dist: juham-shelly>=0.1.0
Requires-Dist: juham-homewizard>=0.1.0
Requires-Dist: importlib-metadata
Provides-Extra: dev
Requires-Dist: check-manifest; extra == "dev"
Dynamic: license-file

Kerttula
========

`Kerttula` is a home automation application built on top of 'Juham' framework.
It controls Juha's home.


Project Status
--------------

**Current State**: **Alpha (Status 3)**  
In its current form, Kerttula™ may still resemble more of a distant mission (or even a "mess") than a "masterpiece," but I'm actively developing it to reach that goal!

Please check out the `CHANGELOG <CHANGELOG.rst>`_ file for changes in this release.


Installation
------------

The installation is two stage process

1. To install:

.. code-block:: python

    pip install kerttula


2. Configure

   OpenWeatherMap and various other services require you to register and obtain web keys and things like
   that. Most importantly, Influx DB and Graphana cloud accounts must be created for data visualization.
   Please consult 'juham' documentation for more information.



License
-------

This project is licensed under the MIT License - see the `LICENSE <LICENSE.rst>`_ file.

