Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Ongoing

- Add support for Emma Pro wired, rename wireless Emma to Emma Pro via PR [#804](https://github.com/plugwise/python-plugwise/pull/804)

## v1.8.1

- Improve detection of orphaned/removed devices via [#802](https://github.com/plugwise/python-plugwise/pull/802)
Expand Down
4 changes: 3 additions & 1 deletion plugwise/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,13 @@
HW_MODELS: Final[dict[str, str]] = {
"143.1": "ThermoTouch",
"159.2": "Adam",
# "?????": "Emma Essential",
"170.1": "Emma Pro wired",
"106-03": "Tom/Floor",
"158-01": "Lisa",
"160-01": "Plug",
"168-01": "Jip",
"170-01": "Emma",
"170-01": "Emma Pro",
"038500": "Stick",
"070085": "Stick",
"120002": "Stick Legrand",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "plugwise"
version = "1.8.1"
version = "1.8.2a0"
license = "MIT"
description = "Plugwise Smile (Adam/Anna/P1) and Stretch module for Python 3."
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion tests/data/adam/adam_anna_new_2.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"dev_class": "zone_thermostat",
"hardware": "1",
"location": "f2bf9048bef64cc5b6d5110154e33c81",
"model": "Emma",
"model": "Emma Pro",
"model_id": "170-01",
"name": "Emma",
"sensors": {
Expand Down