Skip to content

Stabilise on_since value for smart devices #1144

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

Merged
merged 8 commits into from
Oct 2, 2024
Merged

Stabilise on_since value for smart devices #1144

merged 8 commits into from
Oct 2, 2024

Conversation

sdb9696
Copy link
Collaborator

@sdb9696 sdb9696 commented Sep 30, 2024

Should address HA issue 126852.

It's difficult to know for certain how many seconds to set this to but I suspect the variation is just 1 second.

Copy link

codecov bot commented Sep 30, 2024

Codecov Report

Attention: Patch coverage is 95.23810% with 1 line in your changes missing coverage. Please review.

Project coverage is 92.59%. Comparing base (81e2685) to head (993fc51).
Report is 195 commits behind head on master.

Files with missing lines Patch % Lines
kasa/iot/iotdevice.py 87.50% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1144   +/-   ##
=======================================
  Coverage   92.59%   92.59%           
=======================================
  Files          96       96           
  Lines        6104     6119   +15     
  Branches     1512     1514    +2     
=======================================
+ Hits         5652     5666   +14     
  Misses        354      354           
- Partials       98       99    +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sdb9696 sdb9696 added the bug Something isn't working label Oct 1, 2024
@sdb9696 sdb9696 added this to the 0.7.5 milestone Oct 1, 2024
Copy link
Member

@rytilahti rytilahti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a minor nit on the docstring wording, but otherwise this looks good!
I have been running this now for four hours (checking on an iot device though, so please update the PR title), with four changes on the current homeassistant vs. none when using this PR.

@sdb9696 sdb9696 merged commit 1fcf3e4 into master Oct 2, 2024
28 checks passed
@sdb9696 sdb9696 deleted the fix/on_since branch October 2, 2024 14:04
@sdb9696 sdb9696 mentioned this pull request Oct 8, 2024
sdb9696 added a commit that referenced this pull request Oct 8, 2024
## [0.7.5](https://github.com/python-kasa/python-kasa/tree/0.7.5) (2024-10-08)

[Full Changelog](0.7.4...0.7.5)

**Release summary:**

- Fix for KP303 on Firmware 1.0.6
- Fix for `on_since` value jitter
- Various maintenance items

**Breaking changes:**

- Make iot time timezone aware [\#1147](#1147) (@sdb9696)

**Fixed bugs:**

- Use tzinfo in time constructor instead of astime for iot devices [\#1158](#1158) (@sdb9696)
- Send empty dictionary instead of null for iot queries [\#1145](#1145) (@sdb9696)
- Stabilise on\_since value for smart devices [\#1144](#1144) (@sdb9696)
- parse\_pcap\_klap: require source host [\#1137](#1137) (@rytilahti)
- parse\_pcap\_klap: use request\_uri for matching the response [\#1136](#1136) (@rytilahti)


**Project maintenance:**

- Cache zoneinfo for smart devices [\#1156](#1156) (@sdb9696)
- Correctly define SmartModule.call as an async function [\#1148](#1148) (@sdb9696)
- Remove async magic patch from tests [\#1146](#1146) (@sdb9696)
- Move feature initialization from \_\_init\_\_ to \_initialize\_features [\#1140](#1140) (@rytilahti)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants