Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix connection for HUB version 4.15.250 Fix for HUB version 4.15.250; aioharmony will not work with lower versions. * Use XMPP instead of web sockets Use XMPP instead of web sockets * Workaround for xmpp issue in Home Assistant * Removed wait, does not work * Add identifier to logger entries in responsehandler Added identifier for which HUB any log messages are produced from responsehandler, making it easier to determine the HUB it is for. * Add slixmpp in setup.py required list Added slixmpp in setup.py for required package. * Update version as beta right now * Added release notes Added release notes * Potential fix for Host unreachable issues * Update __version__.py * Update to wait times on reconnect * Merge for web socket reconnect fix Merge for potential web socket reconnect fix * Flake8 * Beta version update * Further websocket fixes * Changed timeout Changed timeout from 30 seconds to 5 seconds Sleep for 1 second before trying reconnects. * Fixed debug logging issue on reconnects * Update to beta version 8 after merge * Fixes after merge * Enable cleanup after closing websocket * Set version to 0.2.0 * Add instructions for enabling XMPP * Fix for sending command over XMPP Sending a command to a device over XMPP was not working anymore. Fixed. * Merge fix from 0.1.13 Fix for sockets not being closed on some OS's. * Fix listen parameter Fix using --listen parameter * Add closing code to debug for web socket * Update slixmpp to 1.5.2 * Addd handlers for starting, stopping, and in progress Add handlers for starting, stopping, and in progress of activity switches * Improvement to cancel tasks * Protocol as choice Protocol can now be provided for connecting to the HUB. If not provided default behavior occurs. * Check XMPP is available Will check if XMPP is available even when provided as protocol. If it is not then default back to WEBSOCKETS. * logmodules and stop handler fix Added option logmodules to aioharmony. Fix upon disconnect timeout so stop handlers is still called. * Add some timestamps and small fix Add timestamps for printing activities and responses. Fix for when not providing parameter logmodules. * Fixes for XMPP reconnection Some fixes to reset super XMPP class upon reconnect. * Added 2 debug lines Co-authored-by: Erik Hendrix <[email protected]>
- Loading branch information