evoGateway | Python script for listening in and responding to evohome

 by   smar000 Python Version: v3.11-0.22.40 License: No License

kandi X-RAY | evoGateway Summary

kandi X-RAY | evoGateway Summary

evoGateway is a Python library typically used in Internet of Things (IoT), Arduino applications. evoGateway has no bugs, it has no vulnerabilities, it has build file available and it has low support. You can download it from GitHub.

evoGateway is a 'gateway' python script that provides an MQTT interface for listening to and sending commands via the radio communcation network between Honeywell's evohome heating control devices. The hardware required for this script is is just (a) an arudino with a USB connector and (b) a CC1101 868Mhz radio receiver board (see below). Any messages received by the radio is decoded and sent to an MQTT broker (copies are also saved to local log files). Additionally, the script subscribes to an MQTT topic for local user commands, which are appropriate encoded and sent out over the evohome radio network directly as if they orginated from a Honeywell evohome device. In effect, with this script/hardware, one can have local control over evohome - e.g. with a home automation solution such as openHAB - without needing to go via Honeywell's cloud API.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              evoGateway has a low active ecosystem.
              It has 38 star(s) with 13 fork(s). There are 15 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 3 open issues and 41 have been closed. On average issues are closed in 37 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of evoGateway is v3.11-0.22.40

            kandi-Quality Quality

              evoGateway has no bugs reported.

            kandi-Security Security

              evoGateway has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              evoGateway does not have a standard license declared.
              Check the repository for any license declaration and review the terms closely.
              OutlinedDot
              Without a license, all rights are reserved, and you cannot use the library in your applications.

            kandi-Reuse Reuse

              evoGateway releases are available to install and integrate.
              Build file is available. You can build the component from source.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi has reviewed evoGateway and discovered the below as its top functions. This is intended to give you an instant insight into evoGateway implemented functionality, and help decide if they suit your requirements.
            • Publish a received message .
            • Process a MQTT message .
            • Initialise the system .
            • Update devices from GWY .
            • Clean the display text .
            • Get the zone zone name for a message .
            • Process a received message .
            • Saves JSON content to a file .
            • Display a message .
            • Update all zones from GWY .
            Get all kandi verified functions for this library.

            evoGateway Key Features

            No Key Features are available at this moment for evoGateway.

            evoGateway Examples and Code Snippets

            evoGateway,Installation,Configuration
            Pythondot img1Lines of Code : 36dot img1no licencesLicense : No License
            copy iconCopy
            [Serial Port]
            # Serial port is mandatory
            COM_PORT         = /dev/ttyUSB0
            
            # Optional
            COM_BAUD         = 115200
            
            [Files]
            # The following are optional
            EVENTS_FILE                 = gw_events.log
            PACKET_LOG_FILE             = gw_packets.log
            DEVICES_FILE  
            copy iconCopy
            {"command": "", "" : "", "" : ""...}
            
            Code 1F41, command method:  get_dhw_mode(ctl_id)
            Code 0404, command method:  get_dhw_schedule_fragment(ctl_id, frag_idx, frag_cnt)
            Code 3220, command method:  get_opentherm_data(dev_id, msg_id)
            Code 0418, command  
            evoGateway,Hardware
            Pythondot img3Lines of Code : 11dot img3no licencesLicense : No License
            copy iconCopy
            WIRE COLOUR			CC1101 PIN 	NANO PIN
            Red 				Vcc	        3.3V pin
            Black 				GND 		GND
            Orange 				MOSI		15
            Yellow 				SCLK		17
            Blue				MISO		16
            Dark Red 			GDO2		32
            Grey				GDO0 		1
            White 				CSN 		14
            
            ANT 				Antenna coil
              

            Community Discussions

            Trending Discussions on Internet of Things (IoT)

            QUESTION

            Display data from two json files in react native
            Asked 2020-May-17 at 23:55

            I have js files Dashboard and Adverts. I managed to get Dashboard to list the information in one json file (advertisers), but when clicking on an advertiser I want it to navigate to a separate page that will display some data (Say title and text) from the second json file (productadverts). I can't get it to work. Below is the code for the Dashboard and next for Adverts. Then the json files

            ...

            ANSWER

            Answered 2020-May-17 at 23:55

            The new object to get params in React Navigation 5 is:

            Source https://stackoverflow.com/questions/61859411

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install evoGateway

            The script requires python (preferabley version 3.8) and the following modules:. These can be installed by running pip install -r requirements.txt). Note that this script has only been tested on an Ubuntu 20.04 server running in a VM, with python 3.8.0.
            colorama
            paho_MQTT
            ramses_rf

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries

            Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link