Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
66 commits
Select commit Hold shift + click to select a range
635e61c
Break out SmileComm class
bouwew Jan 17, 2025
90c2dcd
Clean up smilecomm-related selfs
bouwew Jan 17, 2025
8ec44f3
Introduce Smile properties
bouwew Jan 18, 2025
a6a9e31
Rework cooling_present related
bouwew Jan 18, 2025
6e6dfa8
Remove self.smile_fw_version, only use smile_version
bouwew Jan 18, 2025
edcc617
Sorting, use _request
bouwew Jan 18, 2025
8597d03
Rename gw_data to _smile_props
bouwew Jan 18, 2025
c530e4f
Adapt testing
bouwew Jan 19, 2025
c32833f
Add cooling_present as a property
bouwew Jan 19, 2025
6e3c4b1
Fix legacy
bouwew Jan 19, 2025
52ff43a
Fix non-thermostats
bouwew Jan 19, 2025
6623956
Fix heater_id
bouwew Jan 19, 2025
1a83407
Revert adding not present properties
bouwew Jan 19, 2025
7673ad9
Adapt properties accordingly
bouwew Jan 19, 2025
0a9e5b9
Fix cooling_present
bouwew Jan 19, 2025
7405f62
Add devices property, replacing the PlugwiseData output
bouwew Jan 19, 2025
7459b2f
Clean up self-vars
bouwew Jan 19, 2025
dfb8a5a
Fix
bouwew Jan 19, 2025
70466c0
Implement ClientSession-related suggestion
bouwew Jan 19, 2025
544ef8b
Remove gateway-related from the manual_fixtures script
bouwew Jan 19, 2025
c8c9170
Save updated fixtures
bouwew Jan 19, 2025
8c035ff
Bump to v1.7.0a0 test-version
bouwew Jan 19, 2025
09a40db
Bump to a2, a1 exists
bouwew Jan 19, 2025
ec63b53
Remove devices property, let async_update() return data
bouwew Jan 19, 2025
a08660d
Adapt testcode
bouwew Jan 19, 2025
de773dc
Remove notifications property, add to gateway data
bouwew Jan 19, 2025
b0152e4
Adapt testcode
bouwew Jan 19, 2025
e7a43cc
Fixes
bouwew Jan 19, 2025
83557ac
Update entity_items asserts
bouwew Jan 19, 2025
05127de
Fix for no notifications for legacy
bouwew Jan 19, 2025
29e201d
Save updated fixtures
bouwew Jan 19, 2025
6bf50d2
Bump to a3
bouwew Jan 19, 2025
5e1e52a
Simplify fixtures and filenames
bouwew Jan 20, 2025
d14c253
Save updated fixtures
bouwew Jan 20, 2025
8fdbcb1
Rework manual_fixtures-script
bouwew Jan 20, 2025
e1b7796
Save updated manual fixtures
bouwew Jan 20, 2025
c3db478
Remove old fixtures
bouwew Jan 20, 2025
78c2ffc
Bump to a4
bouwew Jan 25, 2025
41d8a6d
Update CHANGELOG
bouwew Jan 25, 2025
177d6d6
Remove headers from _request(), never provided in the function-call
bouwew Jan 25, 2025
8d46bb6
Init _gateway_id in helper.py, take gateway_if from _smile_props
bouwew Jan 25, 2025
4f906ee
Mark use of http as sensitive
bouwew Jan 25, 2025
6c102a7
Bump to a5
bouwew Jan 25, 2025
11d2da2
Init gw_entities in helper.py
bouwew Jan 25, 2025
eeaedaf
Bump to a6
bouwew Jan 25, 2025
cb179cf
Add missing Smile/Legay/Api attributes
bouwew Jan 25, 2025
aba5f8d
Sort
bouwew Jan 25, 2025
21cae26
Bump to a7
bouwew Jan 25, 2025
35f0741
Correct attributes
bouwew Jan 26, 2025
31e9b7e
Init self_heater_id properly
bouwew Jan 26, 2025
2cbd488
Move count_data_items function to utils
bouwew Jan 26, 2025
bf15635
Remove not used selfs, from functions, move above Class
bouwew Jan 26, 2025
8f8aed2
Move another
bouwew Jan 26, 2025
3d1e921
Move the power-related functions to util
bouwew Jan 26, 2025
5fabaf8
Remove pylint-disable
bouwew Jan 26, 2025
d8abe03
Change legacy initial testing
bouwew Jan 28, 2025
2be7326
Change previous_day_number to 7
bouwew Jan 28, 2025
83b75e9
Add first_update detection for legacy
bouwew Jan 28, 2025
00a8ca5
Rework test-async_updating
bouwew Jan 28, 2025
702cfec
Remove no longer used full_xml_update() function
bouwew Jan 28, 2025
3106c4d
Bump to a8
bouwew Jan 28, 2025
d617297
Also remove unneeded get_all_gateway_entities() function
bouwew Jan 29, 2025
945f21e
Add debug-message for testing new legacy code
bouwew Jan 29, 2025
d0863cb
Bump to a9
bouwew Jan 29, 2025
0f9315e
Remove debug-test-message
bouwew Jan 29, 2025
340f795
Update CHANGELOG, set to v1.7.0 release-verwsion
bouwew Jan 30, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Changelog

## Ongoing
## v1.7.0

- Continuous improvements [#678](https://github.com/plugwise/python-plugwise/pull/678)
- Refresh Anna_Elga_2 userdata and adapt, add missing item-count, line-up test-data headers [#679](https://github.com/plugwise/python-plugwise/pull/679)
- Rework code: output a single dict, add gw_data items as Smile-properties [#698](https://github.com/plugwise/python-plugwise/pull/698)

## v1.6.4

Expand Down
Loading
Loading