- Platform information:
- Hardware: intel i5 4th gen
- OS: openmediavault/docker
- Java Runtime Environment: 21.0.8 debian
- openHAB version: 5.0.2
- further info about setup - GitHub - hotrodwinston/homeserverstack: a short list of my configs for setting up a home media/file server
I have a Honeywell fan controller (Model Number: 39358 - Amazon.com) that currently shows as a dimmer, and I want it to show as off, high, med, and low in both OH and Google Home.
item code:
UID: zwave:device:d648b5fa47:node6
label: Master Bedroom Fan
thingTypeUID: zwave:honeywell_39358_00_000
configuration:
switchall_mode: 255
group_1:
- controller
config_4_1: 0
group_3: []
group_2: []
node_id: 6
bridgeUID: zwave:serial_zstick:d648b5fa47
channels:
- id: switch_dimmer
channelTypeUID: zwave:switch_dimmer
label: Dimmer
description: The brightness channel allows to control the brightness of a light.
It is also possible to switch the light on and off.
configuration:
config_restorelastvalue: true
- id: scene_number
channelTypeUID: zwave:scene_number
label: Scene Number
description: Triggers when a scene button is pressed
configuration: {}
model google metadata:
value: Fan
config:
fanSpeeds: 0=off:zero,33=low:one,66=medium:two:default,100=high:three
ordered: true
roomHint: Master Bedroom
checkState: false
name: Master Bedroom Fan
speeds: 0=off:zero:away,33=low:one,67=medium:standard:two,100=high:three:full
structureHint: hidden
What am I missing? Note this item was first attached to my zwave controller (Nortek HUSBZB-1) in June 2020. I don’t know if old config info is causing any issues, but figured it was worth mentioning.