Metadata-Version: 2.1
Name: LibJciHitachi
Version: 0.0.4
Summary: A library for controlling Jci Hitachi devices.
Home-page: https://github.com/qqaatw/LibJciHitachi
Author: Allan Lin
Author-email: qqaatw@gmail.com
License: UNKNOWN
Project-URL: Issue Tracker, https://github.com/qqaatw/LibJciHitachi/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# Jci-Hitachi Library

[![Python package](https://github.com/qqaatw/LibJciHitachi/workflows/Python%20package/badge.svg)](https://github.com/qqaatw/LibJciHitachi/actions)

## Supported devices

*支援以下使用日立雲端模組(雲端智慧控)的機種與功能*

- Hitachi Air Conditioner 日立冷氣
  - Power 電源
  - Mode 運轉模式
  - Air speed 風速
  - Target temperature 目標溫度
  - Indoor temperature 室內溫度
  - Sleep timer 睡眠計時器
- ~~Hitachi Dehumidifier 日立除濕機~~ (Under development)
- ~~Hitachi HeatExchanger 日立全熱交換機~~ (Under development)

## Installation

    pip install LibJciHitachi

## Usage

See [example](example.py).

## Todo

*Priority*

1. Homeassistant support.
2. Dehumidifier & heat exchanger support.

## License

Apache License 2.0

