-
-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rc stable7 7.1.013 #1781
Merged
Merged
Rc stable7 7.1.013 #1781
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* refactor and check type * cleanup
* remove disabled function, optimize and use time() only once and allow to overwrite the device timeout * remove last line * remove disabled function, optimize and use time() only once , allow to overwrite the 6 hours device timeout with a device param Device_TimeOut
* cleaning up logs messages * check if we do not miss an unexpected Exception * zigpy mrequest(), broadcast() and request() becoming obsolete. Refactor based on send_packet()
* adding a log to track python module loading
* better decoding of the heiman door bel * Tamper on 0x4 and do not handle 0x00 * Looks like the Door Bell button send twice the Ring, prevent to update Domoticz widget if 2 Ring messages in less than 3 seconds)
* implement dedicated thread for WebUI and handle the all communication without using Domoticz layers * Set socket timeout to 10s to reduce the CPU usage * Add SSLCertificate and SSL Private key config parameter
… into wip-stable7-7.1.13
* prevent forcing Level to 1 for Profalux blinds * due to the fact of the round() the 1 analog will be translated into 0% and 254 into 100% (remove un-necessary code)
* add Sunricher PIR/Motion Manufacturer specific parameters * Add read after write to check * add Temp and Humidity compensation * two complement for negative compensation, force to use Ep 0x01 for PIR Occupancy Looks like PIROccupiedtoUnoccupied parameter doesn't work.
…ature Pool sensor (#1758) * Add get_and_inc_TUYA_POLLING_SQN function * implement tuya_data_request_poll for Tuya Temperature Pool
4 tasks
…ebui Disable analytics from WebUI
…atomo-from-webui Revert "Disable analytics from WebUI"
zigpyThread resilience
…gbee fix OTA issue (bug cames from forwarding all Clusters to zigpy layer)
Implement delay on command, and use it for the raw bind command, to a…
in test on CasaiaProV4-tes |
* Update to latest zigpy libs * resilience * encapsulate shutdown() in try/except * redirect _load_db() to super class, restart plugin only in case of serialIO * use 72.0 zigpy libs which fix an issue with around semaphore
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.