Metadata-Version: 2.1
Name: pycomfospottwin40
Version: 0.1.0
Summary: IKEA Trådfri/Tradfri API. Control and observe your lights from Python.
Home-page: https://github.com/rubenbe/comfospottwin40
Author: rubenbe
Author-email: no@email.com
License: MIT
Download-URL: https://github.com/rubenbe/comfospottwin40/archive/0.1.0.zip
Description: [![Build Status](https://travis-ci.org/rubenbe/comfospottwin40.svg?branch=master)](https://travis-ci.org/rubenbe/comfospottwin40)
        
        # Zehnder comfospot twin 40
        
        Reads out data from the RS485 line in a comfospot twin 40 setup.
        A cheap RS485 reader is sufficient.
        Only tested with python 3
        
        # About the comfospot
        This seems to be a OEM product rebranded by/for Zehnder.
        It's available too under these brand names:
        * Zewotherm Fan
        * GetAir SmartFan
        
        These devices has not been tested, but should work as they seem identical.
        
        # Active control
        Currently the software only eavesdrops on the communication
        between the controller and the fans.
        The goal is to have active control too, but unfortunately the protocol
        only supports one master (the controller).
        It's not trivial to have your PC override the fan levels of the controller,
        because the latter continuously repeats its requests.
        As proof of concept, I've been able to control the fans
        using a replayed signal from the oscilloscope.
        I want to keep the controller installed for easy touch screen control.
        
Keywords: zehnder iot homeautomation
Platform: UNKNOWN
Requires-Python: >=3.4
Description-Content-Type: text/markdown
Provides-Extra: async
