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

Generic Z Wave thermostat without Fan mode (0x44) #488

Open
teo78 opened this issue Jan 18, 2023 · 1 comment
Open

Generic Z Wave thermostat without Fan mode (0x44) #488

teo78 opened this issue Jan 18, 2023 · 1 comment

Comments

@teo78
Copy link

teo78 commented Jan 18, 2023

Hi!

I have a few Z Wave thermostats (https://heatit.com/produkt/9437/heatit-z-temp2-white) that use a cloud Device Handler when added.
This is their fingerprint: zw:Fs2a type:0806 mfr:019B prod:0004 model:0204 ver:1.02 zwv:7.11 lib:03 cc:5E,55,98,9F,6C,22 sec:86,85,8E,59,72,5A,87,73,80,71,7A,40,43,42,75,70,31

I looked at the fingerprint of the generic edge drivers (below) and it seems they require command class 0x44 (Fan mode) which this ones don't have.
Any chance you can update the generic drivers to support thermostats without command class 0x44? (as far as I can see that's the only thing preventing it to match).

zwaveGeneric:
  - id: "GenericBatteryThermostat"
    deviceLabel: Z-Wave Battery Thermostat
    commandClasses:
      supported:
        - 0x43
        - 0x40
        - 0x44
        - 0x31
        - 0x80
    deviceProfileName: base-thermostat
  - id: "GenericThermostat"
    deviceLabel: Z-Wave Thermostat
    commandClasses:
      supported:
        - 0x43
        - 0x40
        - 0x44
        - 0x31
    deviceProfileName: base-thermostat-without-battery

Thanks,
Anders

@teo78
Copy link
Author

teo78 commented Jan 19, 2023

A little update, I made a driver based on the GenericBatteryThermostat above but just removed the 0x44 command class, then my thermostats adds using this (Edge) driver. So for now it's working for me, but it would be nice to have a base driver supporting this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant