stampzilla / gozwave

An opensource golang lib for zwave-controller communication thru serial-api. Tested and developed with a usb connected AEOTEC Z-Stick Gen5
Apache License 2.0
54 stars 13 forks source link

Product, Brand and Description missing #26

Open jonaz opened 7 years ago

jonaz commented 7 years ago

probably related to the changes here: https://github.com/stampzilla/gozwave/blob/master/nodes/node.go#L192

My device looks like this. The name should default to brand - product

{
  "type": "lamp",
  "node": "9e774f59-d47d-4d40-9553-4b6248cdd768",
  "id": "1009",
  "name": " -  (Address: 1009)",
  "online": true,
  "state": {
    "on": null
  },
  "tags": null
}
lukescott commented 7 years ago

Might be fixed by #28. Device probably isn't in the old database. Look for your device here and if it's listed it will probably show up when the PR is merged.

jonaz commented 7 years ago

The devices are in the old database. But when we implemented the command class discovery for devices not in the database something broke and I haven't had time to look into it. This issue was kinda reminder to myself to look into it.

On Wed, May 24, 2017, 01:18 Luke Scott notifications@github.com wrote:

Might be fixed by #28 https://github.com/stampzilla/gozwave/pull/28. Device probably isn't in the old database. Look for your device here http://www.cd-jackson.com/index.php/zwave/zwave-device-database/zwave-device-list and if it's listed it will probably show up when the PR is merged.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/stampzilla/gozwave/issues/26#issuecomment-303564548, or mute the thread https://github.com/notifications/unsubscribe-auth/ABF-FeBkxvb3hom_OFgTQmLVaTraqLXPks5r82lZgaJpZM4MwMka .