Hassium
A home automation engine, using HTML5 + WASM at it's core.
Table of contents
Installation
- Make sure that you have latest
node.jswithnpmtools installed (https://nodejs.org/) - Make sure that you have latest
wasm-packtoolset installed (https://rustwasm.github.io/wasm-pack/installer/) - Make sure that you have latest
hassium-igniteapplication installed (from project repository releases)
Project Setup
Create a new Hassium home automation engine project with hassium-ignite:
Which will create a new home automation project using defaults (the web-composite-smarthome preset.)
Then you have to go to your project directory and run npm install to install all nodejs dependencies.
Note, You can also create projects with different presets:
desktop-headless-smarthome (a backend, server-like project without graphics.)
example:
You can also specify the directory in which to create the new project:
Building for development and production
- Launch live development with hot reloading (app will be automatically recompiled in background):
- Build production distribution (will be available in
/distfolder):
- Build crate without of running dev env: