-
Hello, I have a Z-TRV-V01 thermostatic valve whose config is not (yet) in the database. I have taken the config file from here zwave-js/node-zwave-js#6542 But unfortunately I don't see any change in my overview - the device is still unknown. What could be the reason? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 4 replies
-
@HolBaum5 Try to re-interview your device. Also check in logs if the configuration is picked up correctly |
Beta Was this translation helpful? Give feedback.
-
First, make sure you restart Z-Wave JS UI so the config file is loaded. Second, the config file you've linked to does not match your device. Here are the PR values:
Your "devices": [
{
"productType": "0x0000",
"productId": "0x0400"
},
{
"productType": "0x0501",
"productId": "0x0400"
}
], Given the author of the PR says "I'm not sure which product type it is.", it might just be incorrect. It doesn't sound like they are actual using it this device? |
Beta Was this translation helpful? Give feedback.
-
This is what I read from the log file (below). Therefore, I think devices must be
However, this does not seem to work.
|
Beta Was this translation helpful? Give feedback.
-
I'm not an expert like the other commentators, but you haven't copied the file from the PR correctly (in the 501.json). IMO the $import needs to be the first line like in the PR. My lessor concern is the lack of a |
Beta Was this translation helpful? Give feedback.
-
Thanks for the hint with the log file, the following errors (see below) appeared there. After I corrected them, the device is displayed correctly. I will add the information in the PR as info.
|
Beta Was this translation helpful? Give feedback.
Look at the start of the logs for some error.