Metadata-Version: 2.1
Name: lw-trv-proxy
Version: 0.6.2
Summary: A Lightwave RF Proxy
Home-page: https://github.com/ColinRobbins/Homeassistant-Lightwave-TRV
Author: Colin Robbins
Author-email: colin.john.robbins@gmail.com
License: UNKNOWN
Description: # Lightwave TRV Integration for HomeAssistant
        
        This adds support for Thermostatic Radiator Valves (TRVs) to the LightwaveRF integration into HomeAssistant.
        This is for Series 1 Lightwave.
        
        ## Getting Started
        
        Lightwave does not provide an interface, via the API, to query the Lightwave Hub for the current TRV status.  Instead the status is broadcast to the LAN.
        This proxy captures the TRV broadcast messages, and makes them available to a HomeAssistant polling loop.
        
        ### Installing
        
        * github
        ```
        git clone https://github.com/ColinRobbins/Homeassistant-Lightwave-TRV.git
        ```
        * pip
        ```
        pip3 install lw-trv-proxy
        ```
        
        ### Requirement
        HomeAssistant 0.109 or greater
        
        
        ## Configuration
        See [HomeAssistant/Lightwave](https://www.home-assistant.io/integrations/lightwave/)
        
        ## Run the proxy
        The proxy is (by default) configured to run on the same server as HomeAssistant.
        No configuration should be needed.   Simply run it...
        ```
        lwproxy &
        ```
        Command line options:
        * ```-v``` verbose
        * ```-i ip_address``` IP addres to run the proxy on.  Default 127.0.0.1
        * ```-p port``` Port to run the proxy on. Default 7878
        
        ## Reboot
        You will need to run this as a service to survive reboots etc.  I've created a ```systemctl``` template service description in ```lwproxy.service```.
        ## Test
        Restart hass.  (A restart is required, simply re-reading config is not sufficient)
        
        ## Authors
        
        * **Colin Robbins** - *Initial work* - [ColinRobbins](https://github.com/ColinRobbins)
        
        ## License
        
        This project is licensed under the same term as HomeAssistant - see the [LICENSE.md](LICENSE.md) file for details
        
        ## Acknowledgements
        
        * [GeoffAtHome](https://github.com/GeoffAtHome) for the initial work that started me investigating how to do this!
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
