736e4b7492
* Split up Readme and move explanations to a docs folder. Signed-off-by: Jerome Luckenbach <github@luckenba.ch> * Add some links. Signed-off-by: Jerome Luckenbach <github@luckenba.ch> |
||
---|---|---|
.github/ISSUE_TEMPLATE | ||
.vscode | ||
client | ||
docs | ||
fileicons | ||
images | ||
project-orga | ||
resources | ||
serverJS | ||
snippets | ||
syntaxes | ||
.gitignore | ||
.vscodeignore | ||
AUTHORS | ||
CHANGELOG.md | ||
CONTRIBUTING.md | ||
LICENSE | ||
NOTICE | ||
README.md | ||
azure-pipelines.yml | ||
language-configuration.json | ||
openhab.png | ||
package-lock.json | ||
package.json | ||
tsconfig.json | ||
tslint.json |
README.md
openHAB VS Code Extension
openHAB is a vendor and techology agnostic open source automation software for your home. This Visual Studio Code extension allows you to work with openHAB configuration files (like *.items
, *.rules
, *.sitemap
and *.script
) thanks to the syntax highlighting, code snippets and integrated search.
The extension is designed with openHAB 2.x in mind - most snippets and design patterns will work in openHAB 2.x
Features
- Syntax highlighting for the openHAB DSL (rules, items, scripts and sitemaps).
- Code snippets for openHAB, including Design Patterns by Rich Koshak
- Integrated quick search of openHAB Community
- Integrated Basic UI (or Classic UI) browser window (
Ctrl + Alt + O
or editor title icon) - Integrated Paper UI preview for the Items and Things
- Integration with openHAB REST API
- List of all Items accessible from the tree view
- Code completions
- Language Server Protocol support - syntax validation
- Dynamic Items creation from Thing's channels
- Quick Karaf console access
- Add Items to Sitemap with one click
Configuration
Learn more about the configuration options in our documentation on github.
Things Explorer demo
Sitemap Insert demo
Known Issues
Check out existing issues in the repository.
Release Notes
See CHANGELOG.md file for the details.
For More Information
Enjoy!