Skip to content

Commit e78638e

Browse files
authored
Merge pull request #804 from plugwise/emma-adam-wired
More Emma-related updates
2 parents 569686e + d9d77c4 commit e78638e

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## Ongoing
4+
5+
- Add support for Emma Pro wired, rename wireless Emma to Emma Pro via PR [#804](https://github.com/plugwise/python-plugwise/pull/804)
6+
37
## v1.8.1
48

59
- Improve detection of orphaned/removed devices via [#802](https://github.com/plugwise/python-plugwise/pull/802)

plugwise/constants.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,13 @@
4646
HW_MODELS: Final[dict[str, str]] = {
4747
"143.1": "ThermoTouch",
4848
"159.2": "Adam",
49+
# "?????": "Emma Essential",
50+
"170.1": "Emma Pro wired",
4951
"106-03": "Tom/Floor",
5052
"158-01": "Lisa",
5153
"160-01": "Plug",
5254
"168-01": "Jip",
53-
"170-01": "Emma",
55+
"170-01": "Emma Pro",
5456
"038500": "Stick",
5557
"070085": "Stick",
5658
"120002": "Stick Legrand",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "plugwise"
7-
version = "1.8.1"
7+
version = "1.8.2a0"
88
license = "MIT"
99
description = "Plugwise Smile (Adam/Anna/P1) and Stretch module for Python 3."
1010
readme = "README.md"

tests/data/adam/adam_anna_new_2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"dev_class": "zone_thermostat",
3131
"hardware": "1",
3232
"location": "f2bf9048bef64cc5b6d5110154e33c81",
33-
"model": "Emma",
33+
"model": "Emma Pro",
3434
"model_id": "170-01",
3535
"name": "Emma",
3636
"sensors": {

0 commit comments

Comments
 (0)