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
I get "Error: Cannot find module './accessories/CMD.js'" when starting homebridge (if I configure an accessory using the "CMD" type).
i installed the plugin with "sudo npm install -g homebridge-cmd", no errors.
I can see files were created in "~/homebridge/node_modules/homebridge-cmd" but there is no file related to this in the ~/homebridge/accessories catalogue.
Any ideas of what I'm doing wrong, or forgot as prereq?
I'm attempting to use the plugin to control nexa devices via cmd line (and the command line part works fine already)
Hi,
I get "Error: Cannot find module './accessories/CMD.js'" when starting homebridge (if I configure an accessory using the "CMD" type).
i installed the plugin with "sudo npm install -g homebridge-cmd", no errors.
I can see files were created in "~/homebridge/node_modules/homebridge-cmd" but there is no file related to this in the ~/homebridge/accessories catalogue.
Any ideas of what I'm doing wrong, or forgot as prereq?
I'm attempting to use the plugin to control nexa devices via cmd line (and the command line part works fine already)
{
"accessory": "CMD",
"name": "nexa-1",
"on_cmd": "tdtool --on 2",
"off_cmd": "tdtool --off 2"
}
The text was updated successfully, but these errors were encountered: