NodeJS MQTT Client built to use with Home Assisant to add automation to your computer.
Table of Contents
TODO
- TypeScript (NodeJS)
- MQTT
Download the latest release.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
This is an example of how to list things you need to use the contribute and how to install them.
- mqtt broker (mosquitto)
- AudioCmdlets (OPTIONAL)
- Required to use any of the audioCmdlets build in commands
- Change Sound Devices
- Control Volume
- Change mute state
- Required to use any of the audioCmdlets build in commands
-
Clone the repo
git clone https://github.com/ericellb/homeassisant-mqtt-client
-
Install deps
yarn install OR npm install
-
Create your .env file
// EXAMPLE ENV FILE MQTT_URL = 'mqtt://192.168.0.3:1883'; MQTT_USERNAME = 'your_username'; MQTT_PASSWORD = 'your_password';
- Download the release
- Add the homeassistant-mqtt-client.exe to windows startup folder
- Add the included VBS script that will autorun the exe
- Run the cli-integration-adder to add new custom integrations
- Start the homeassistant-mqtt-client (will auto start on next startup)
- Profit!
Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
For more examples, please refer to the Documentation
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
Eric Ellbogen - [email protected]
Project Link: https://github.com/ericellb/homeassisant-mqtt-client