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

GC-TBZ48 gets 40 as max_temp setting in HASS JSON. #488

Closed
1 of 3 tasks
crzykidd opened this issue Feb 6, 2021 · 1 comment
Closed
1 of 3 tasks

GC-TBZ48 gets 40 as max_temp setting in HASS JSON. #488

crzykidd opened this issue Feb 6, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@crzykidd
Copy link

crzykidd commented Feb 6, 2021

Version

Build/Run method

  • Docker
  • PKG
  • Manually built (git clone - npm install - npm run build )

zwavejs2mqtt version: 1.0.5
zwavejs version: 6.1.3

Describe the bug

When adding the GC-TBZ48 thermostat the max_temp is set in the JSON for HASS to 40. I believe this is being pulled from: ./hass/configuration.js This is the only place I can find reference to it. The device has a setting for max temp and the default is 90.

In addition the temp_step is set to 0.5 for this device is really should be 1

To Reproduce

Add GC-TBZ48 and notice that max temp in HA is 40 and the step temp is 0.5

Expected behavior

max temp should be 90, and step temp should be 1

Additional context

The GC-TBZ48 I am discovering comes in as:
0x014f-0x5437-0x5442

More details in Slack convo: https://zwave2mqtt.slack.com/archives/C01DQ24SDKL/p1612651938354900
node53_debug.txt

@crzykidd crzykidd added the bug Something isn't working label Feb 6, 2021
@robertsLando
Copy link
Member

@crzykidd Change it in devices.js?

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