Skip to content

openHAB VS Code Extension 0.3.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@kubawolanin kubawolanin released this 25 Nov 15:36
87f0cf7

What's new

  • Fixed issues with non-root workspaces (#62)
  • Fixed issues with REST connection (#58)
  • Added some Type Conversion snippets (#60)
  • Added 'Open Karaf console' feature (#59)
  • Optionally open Classic UI for sitemap preview (#54)

Quick Karaf console access demo

Installation

This extension is available on the Visual Studio Marketplace -> https://marketplace.visualstudio.com/items?itemName=openhab.openhab

You can also install it manually:

  1. Download openhab-0.3.5.vsix on your hard drive
  2. Open command line in the same folder you downloaded the extension
  3. Type the following command:
code --install-extension openhab-0.3.5.vsix

This version will override the previous one.

  1. Open Visual Studio Code
  2. Open openhab configuration (openHAB-conf) folder as your workspace
  3. Open user settings (Ctrl/Cmd + Shift + S) and set "openhab.host" to your openHAB IP address
  4. Enjoy! ;-)