Files
scrypted/plugins/ecobee/README.md
Billy Zoellers 7f3d3e17ba ecobeefix (#212)
* ecobee: fix invalid ecobee base URL

* ecobee: version bump
2022-04-05 12:57:41 -07:00

18 lines
609 B
Markdown

# An Ecobee thermostat plugin
Supports thermostats using the Ecobee API, including ecobee, Bryant (HomeWise), Daikin, ClimateMaster, Carrier
## npm commands
* npm run scrypted-webpack
* npm run scrypted-deploy <ipaddress>
* npm run scrypted-debug <ipaddress>
## scrypted distribution via npm
1. Ensure package.json is set up properly for publishing on npm.
2. npm publish
## Visual Studio Code configuration
* If using a remote server, edit [.vscode/settings.json](blob/master/.vscode/settings.json) to specify the IP Address of the Scrypted server.
* Launch Scrypted Debugger from the launch menu.