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

Support for zwave #579

Open
mupsje opened this issue Nov 10, 2022 · 3 comments · May be fixed by #1048
Open

Support for zwave #579

mupsje opened this issue Nov 10, 2022 · 3 comments · May be fixed by #1048
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed new integration

Comments

@mupsje
Copy link

mupsje commented Nov 10, 2022

Prerequisites

Danfoss LC13

Description

This one not communicate to the zwave ,

Also calibration for local selection not there ?
image

@mupsje mupsje added the new bug incoming bug issue label Nov 10, 2022
@KartoffelToby
Copy link
Owner

Zwave haven't a "Adapter" yet. This means no local calibration Support.

Feel free to make an PR. Or provide information about how the offset can be set with zwave

@KartoffelToby KartoffelToby added enhancement New feature or request help wanted Extra attention is needed new integration and removed new bug incoming bug issue labels Nov 12, 2022
@KartoffelToby KartoffelToby changed the title Danfoss LC13 not working Danfoss LC13 not working with zwave Nov 12, 2022
@KartoffelToby KartoffelToby changed the title Danfoss LC13 not working with zwave Support for zwave Jul 11, 2023
@alucryd
Copy link

alucryd commented Aug 22, 2023

What is local calibration exactly? I have a bunch of Zwave TRVs (Aeotec clones of the Eurotronics Spirit Z), and am expecting another set of clones from another brand soon as both Eurotronics and Aeotec models have been discontinued. They all share a hidden Manufacturer Specific mode (appearing as Heat/Cool in HA) where the valve opening can be set manually via a number entity in HA (between 0 and 100, 0 being fully closed, and 100 fully open), would that qualify as local calibration?

image

Do note that in this case the thermostat mode should not be modified by better thermostat, or it should provide a way to go back to the hidden mode, which is not possible via normal means, only via a service call like so:

service: zwave_js.set_value
data:
  command_class: "64"
  property: mode
  value: 31
target:
  device_id:
    - c6d14b6e4826cd2487002302ef812f76
    - 9eeba3b718f446855587be056e5c9352
    - 21cbd1b0f0f3e75ed498ea18e64f8a07
    - 0b7f33013e081082917f79437dbf4c44
    - f574e3313e7da0a14ac9ba608f7c397d

@chris922
Copy link

I have some Eurotronic z-wave TRVs and I guess it's not the manufacturer specific mode where you can set the valve manually, I would guess the functionality that better-thermostat is using is configuring the offset of the detected temperature towards the current temperature (for one of my valves it would be number.thermostatic_valve_temperature_offset_3).

Am I right that better-thermostat works in the following way?

  • External thermostat measures 20°C
  • Internal thermostat measures 16°C
  • better-thermostat sets offset to +4°C so that the TRV adapts its internal temperature towards 20°C

Thus it is required to develop an adapter that gives better-thermostat "the knowledge" of how to set this kind of offset?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed new integration
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants