Kris Knigga
Kris Knigga
As mentioned in #2056, a more broad approach could be to export/import configuration values to/from a file. That would make it possible to back up device configs as well as...
I'll look into driver functions. Thanks!
Doesn't look like it worked. I tried your example and got this in the logs: ``` 2021-12-15 10:04:19.354 INFO ZWAVE: Calling api driverFunction with args: [ 'const node = this.zwaveClient.getNode(50)\n'...
``` const node = driver.controller.nodes.get(50) const clonedNode = driver.controller.nodes.get(51) const values = node.getDefinedValueIDs() for(const v of values) { if(v.commandClass === 112) { const value = node.getValue(v) await clonedNode.setValue(v, value) }...
I look forward to playing around with this new feature. Thanks!
@mhenry , oddly, there's nothing in either the new or old APIs about temperature sensors *at all* that I can find, yet homebridge-nest *does* see my temperature sensors. I think...
This is not stale.
This is still not stale.
@adriancable, I take it this isn't interesting to you?
No problem. Just was wondering if no answer was a "no" answer. I'll keep posting a comment periodically, then, so that the github-actions bot doesn't remove it as stale. I...