Skip to content

Add EUROM Wifi Thermostat #3134

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 4 commits into from
Apr 17, 2025
Merged

Add EUROM Wifi Thermostat #3134

merged 4 commits into from
Apr 17, 2025

Conversation

leksts
Copy link
Contributor

@leksts leksts commented Apr 9, 2025

Add EUROM Wifi Thermostat

https://eurom.nl/en/product/permanent-heating/infrared-heaters-permanent/wifi-thermostat-usb-c/

Device specification:

[
  {
    "id": 1,
    "name": "switch",
    "type": "Boolean",
    "format": "{}",
    "enumMap": {}
  },
  {
    "id": 2,
    "name": "temp_set",
    "type": "Integer",
    "format": "{\"unit\":\"\\u00b0C\",\"min\":0,\"max\":37,\"scale\":0,\"step\":1}",
    "enumMap": {}
  },
  {
    "id": 3,
    "name": "temp_current",
    "type": "Integer",
    "format": "{\"unit\":\"\\u00b0C\",\"min\":-20,\"max\":50,\"scale\":0,\"step\":1}",
    "enumMap": {}
  },
  {
    "id": 6,
    "name": "eco",
    "type": "Boolean",
    "format": "{}",
    "enumMap": {}
  }
]

I've ignored the eco setting, because i don't know to what settings this should be mapped (and because I don't need it ;))

Sorry for not reading your documentation earlier. I've also added the eco setting now.

@leksts leksts changed the title Add EUROM Wi-Fi Thermostat Add EUROM Wifi Thermostat Apr 9, 2025
@leksts leksts marked this pull request as ready for review April 9, 2025 20:22
@github-project-automation github-project-automation bot moved this to 👀 In review in Tuya Local Apr 9, 2025
- Top level name should be unbranded
- use more common "comfort" rather than "none" for eco off preset.
@make-all make-all merged commit 2a8462c into make-all:main Apr 17, 2025
4 checks passed
@github-project-automation github-project-automation bot moved this from 👀 In review to ✅ Done in Tuya Local Apr 17, 2025
make-all added a commit that referenced this pull request Apr 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants