Skip to content
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

Simple Heater / Electric radiator current temperature stuck #494

Open
surreyfull opened this issue Nov 19, 2024 · 1 comment
Open

Simple Heater / Electric radiator current temperature stuck #494

surreyfull opened this issue Nov 19, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@surreyfull
Copy link

Checklist

  • [ x] I have read the common issues wiki page
  • [x ] I have checked to make sure the plugin is up to date

I have an INOW PLUS Radiator thermostat (electric) that i have connected through Smart Life.

In Smart Life you can set the mode, temperature, program and see the current temperature of the radiator.

I have got it into HomeKit and can turn it on and off and it will revert to the temperature that it was last set to. I cannot adjust the temperature.

the current temperature remains stuck on 16 degrees when i can see in Smart Life the accurate temperature (35-60 degrees).

I don't mind if i can only turn it on and off set to 60 degrees but i would like to be able to see the correct current temperature.

Current plugin settings:

"type": "SimpleHeater",
                "name": "Towel Radiator",
                "id": "XX",
                "key": "XX",
                "ip": "XX",
                "minTemperature": 60,
                "maxTemperature": 60,

TUYA developer device details:

    "name": "INOW PLUS",
    "online": true,
    "owner_id": "XX",
    "product_id": "XX",
    "product_name": "复制-INOW PLUS",
    "status": [
      {
        "code": "switch",
        "value": false
      },
      {
        "code": "temp_set",
        "value": 7
      },
      {
        "code": "temp_current",
        "value": -20
      },
      {
        "code": "mode",
        "value": "water_temp"
      },
      {
        "code": "lock",
        "value": false
      },
      {
        "code": "countdown_set",
        "value": "0h"

IMG_4777

IMG_4778

Please can you help?

thank you

@surreyfull surreyfull added the bug Something isn't working label Nov 19, 2024
@surreyfull
Copy link
Author

Hello - can anyone help? Thanks

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

No branches or pull requests

2 participants