zwave-js / node-zwave-js

Z-Wave driver written entirely in JavaScript/TypeScript
https://zwave-js.github.io/node-zwave-js/
MIT License
741 stars 594 forks source link

Fantem/Oomi Multisensor 6 (Aeotec ZW100 clone) Not Recognized - No Config Parameters #4148

Closed drumrboy44 closed 2 years ago

drumrboy44 commented 2 years ago

Is your problem within Home Assistant (Core or Z-Wave JS Integration)?

NO, my problem is NOT within Home Assistant or the ZWave JS integration

Is your problem within ZWaveJS2MQTT?

NO, my problem is NOT within ZWaveJS2MQTT

Checklist

Describe the bug

I'm hoping this is a relatively easy fix based on this description. Essentially, I have what I believe are several Oomi/Fantem Multisensor 6's (Fantem FT100 in the ZwaveJS db), which is a clone of the Aeon/Aeotec Multisensor 6 (ZW100 in the ZwaveJS db). I say "what I believe" because there is no branding on the boxes I received. I am unable to adjust the configuration parameters in Zwavejs2mqtt because the device is coming up as Unknown Device, though it identifies the device as a Fantem Multilevel Sensor.

From reviewing the debug notes, it looks like the Product ID/Product Code combination (which are 0x0102: 0x0064) are not listed as a device in the FT100 file, and I'm assuming that is why zwavejs2mqtt lists the device as an unknown product.

I looked at the JSON config files for the FT100 device, and it looks like perhaps the only solution needed is to add this new product ID/ Product code to the FT100 db file, but I'm obviously not an expert.

Device information

Manufacturer: Fantem/Oomi (0x016a) Model name: FT100 (0x0102) Node ID in your network: (2, 4, 11, 12).

How are you using node-zwave-js?

Which branches or versions?

version: node-zwave-js branch: 6.4.1 zwavejs2mqtt branch: 8.11.1

Did you change anything?

no

If yes, what did you change?

No response

Did this work before?

No, it never worked anywhere

If yes, where did it work?

No response

Attach Driver Logfile

N/A

AlCalzone commented 2 years ago

@zwave-js-bot add fingerprint 0x0102:0x0064 to 0x016a:0x0002:0x0064

zwave-js-bot commented 2 years ago

🔨 I created a PR at #4149 - check it out!

drumrboy44 commented 2 years ago

Damn, you guys work fast, thank you!