Metadata-Version: 2.1
Name: intouch-client
Version: 0.2.3
Summary: A aiohttp-based client for Intergas Intouch Lan2RF systems
Home-page: https://github.com/zxdavb/intouch-client
Author: David Bonnes
Author-email: zxdavb@gmail.com
License: UNKNOWN
Download-URL: https://github.com/zxdavb/intouch-client/archive/VERSION.tar.gz
Description: # intouch-client
        
        Python client library for **Intergas InTouch-compatible boilers** accesible via a **Lan2RF gateway**. It includes a basic CLI to demonstrate how to use the library.
        
        ### Porting from syncio libraries
        This library is based upon https://github.com/bwesterb/incomfort, but uses **aiohttp** rather than synchronous I/O (such as **requests** or **httplib**).
        
        Where possible, it uses uses the same methods and properties as **incomfort**, but with the following differences:
        
          Classes:
          - `InTouchGateway` renamed from Gateway
            - added kwargs: `username`, `password` (used for later versions of firmware)
        
          - `InTouchHeater` renamed from Heater
            - renamed: `is_burning`, `is_failed`, `is_pumping`, `is_tapping`
            - moved out: `room_temp`, `setpoint`, `setpoint_override`, `set`
            - new/added: `update`, `status`, `rooms`
        
          - `InTouchRoom` has been added, and some methods moved in from Heater
            - same name: `room_temp`, `setpoint`
            - renamed: `override`, `set_override`
            - new/added: `status`
        
Keywords: intergas,intouch,lan2rf
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Description-Content-Type: text/markdown
