Z-Wave-Me / home-automation

Z-Way Home Automation engine
183 stars 116 forks source link

Inovelli LZW36 Device Type #533

Closed 400HPMustang closed 2 years ago

400HPMustang commented 2 years ago

I have an Inovelli LZW36 fan and light switch added to Z-way via UZB. I'm running the v3.2.1 on Windows 10. Since the device is a fan/light switch I expected to see a fan and a light. What I'm actually seeing is three dimmers. It looks like one is actually an on/off for the light, one is a dimmer for the light and the third controls the fan.

image

I can see in expert UI that the device type is correct

image

Is there anything that can be done to correct the way the device is displayed?

PoltoS commented 2 years ago

Please go in expert UI interview page, click on Interview results and then on 1. Show the content. We need to check what device type is announced there

400HPMustang commented 2 years ago

There are several options for 1. Which would you like?

image
PoltoS commented 2 years ago

All are the same.

400HPMustang commented 2 years ago

All are the same.

This is what I see when I click on "Basic"

image
PoltoS commented 2 years ago

Please click on 1 (character 1)

400HPMustang commented 2 years ago

This is what I see

image

PoltoS commented 2 years ago

Okay, the device reports being a simple dimmer. You can do this: /JS/Run/zway.devices[9].instances[1].data.specificType=8 and restart the Z-Wave binding. You can also do: /JS/Run/controller.devices.get("ZWayVDev_9-1-26").set("metrics:icon", "fan") (check the ID)

This will change the icon.

400HPMustang commented 2 years ago

When you say "change the icon" you mean the device will appear and behave as a fan and not a dimmer, correct?

PoltoS commented 2 years ago

actually, the dimmer and the fan differs only by icon, I believe

400HPMustang commented 2 years ago

Interesting. I will go through the process of changing the icon later today to see what happens but hopefully the change causes Home Assistant to recognize the device as a fan and then I don't have to mess around with a fan template to convert it.

PoltoS commented 2 years ago

Looks like we don't have yet the Fan template in the integration. This is to be done

https://github.com/Z-Wave-Me/ha-core/tree/main-read-only/homeassistant/components/zwave_me

400HPMustang commented 2 years ago

Do you have an ETA for that to be done?

400HPMustang commented 2 years ago

Also I'm not using the Z-Wave.Me integration in HA because I have not been able to resolve this issue yet

https://github.com/Z-Wave-Me/home-automation/issues/532

So right now my Z-Wave device is using HomeKit controller to import into Home Assistant.