You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When options are listed for configuration parameters in device configuration files on zwavejs and allowManualEntry is true, the options don't show up in the zwavejs2mqtt configuration interface: one can only enter the value manually, and there is no dropdown. On the attached node export (see config parameter 5 [32-112-0-5], for instance, and the attached configuration json file), it doesn't look like the options data actually make it over from zwavejs.
Also, if I have options set for a read-only parameter (and allowManualEntry is set to true) - if the actual value returned isn't one of the options, the value doesn't show up.
Expected behavior
If options are listed in a configuration file and allowManualEntry is set to true, there should be a dropdown with the options, or the user should be able to enter the value manually. On a read-only parameter, if the returned value matches one of the options, the option should appear; otherwise, the raw value should appear.
Before submitting a bug please read: https://zwave-js.github.io/zwavejs2mqtt/#/troubleshooting/bug_report
Version
Build/Run method
zwavejs2mqtt version: 1.3.0
zwavejs version: 6.4.0
Describe the bug
When options are listed for configuration parameters in device configuration files on zwavejs and allowManualEntry is true, the options don't show up in the zwavejs2mqtt configuration interface: one can only enter the value manually, and there is no dropdown. On the attached node export (see config parameter 5 [32-112-0-5], for instance, and the attached configuration json file), it doesn't look like the options data actually make it over from zwavejs.
Also, if I have options set for a read-only parameter (and allowManualEntry is set to true) - if the actual value returned isn't one of the options, the value doesn't show up.
Expected behavior
If options are listed in a configuration file and allowManualEntry is set to true, there should be a dropdown with the options, or the user should be able to enter the value manually. On a read-only parameter, if the returned value matches one of the options, the option should appear; otherwise, the raw value should appear.
node_32.json.txt
zse29.json.txt
The text was updated successfully, but these errors were encountered: