Homeassistant: Difference between revisions

From The Munich Maker Lab's Wiki
Jump to navigation Jump to search
(First Version)
 
(Adding tags and project box :-))
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{project
|name        = MuMaBus
|status      = experimental
|image      =
|description = [https://www.home-assistant.io/ Home-Assistant] instance for local automation in the lab
|author      = Adrian, Chris
|username    =
|version    =
|update      =
|platform    =
|license    =
|download    =
}}
We have a Homeassistant installation on premises. It's available at [http://10.10.20.67:8123 10.10.20.67:8123] or [http://homeassistant.local:8123 homeassistant.local:8123]. If you want to log in there you'll need an account which you can just ask for in slack.
We have a Homeassistant installation on premises. It's available at [http://10.10.20.67:8123 10.10.20.67:8123] or [http://homeassistant.local:8123 homeassistant.local:8123]. If you want to log in there you'll need an account which you can just ask for in slack.


Line 7: Line 21:


It also gets messages from the toypad containing the ID, if the tag was added or removed, and the ID of the reader zone.
It also gets messages from the toypad containing the ID, if the tag was added or removed, and the ID of the reader zone.
=== ESPHome ===
We've installed the ESPHome Addon into homeassistant which means that it's now easier than ever to add any kind of sensor, switch, light or display to the Space!
You'll need an account to the homeassistant instance. Once you have that you can click on the "ESP Home Device Compiler" tab in the sidebar and follow the instructions on the [https://esphome.io/guides/getting_started_hassio.html official addon page.]


=== Integrations ===
=== Integrations ===
Line 14: Line 33:
* COBWLED, Lichterkette and LaserSign: Wled instances integrated with the default Integration
* COBWLED, Lichterkette and LaserSign: Wled instances integrated with the default Integration
* tempmon: An ESP Home installation measuring temperature from the Heating installation
* tempmon: An ESP Home installation measuring temperature from the Heating installation
* kitchen lights: kitchen_left and kitchen_right, smart bulbs running [https://github.com/openshwprojects/OpenBK7231T_App/tree/main openbeken], an open source software that you can flash on most tuya chips


THIS IS STILL WIP - Will continue soon :)
THIS IS STILL WIP - Will continue soon :)
[[Category:Project]]
[[Category:Infrastructure]]

Latest revision as of 22:29, 26 November 2024

 
MuMaBus

Release status: experimental [box doku]

Description Home-Assistant instance for local automation in the lab
Author(s)  Adrian, Chris

We have a Homeassistant installation on premises. It's available at 10.10.20.67:8123 or homeassistant.local:8123. If you want to log in there you'll need an account which you can just ask for in slack.

MQTT

we're using emqx to run a local mqtt server as a homeassistant addon as the homeassistant can only handle connections to one mqtt server at the time. It mirrors the MuMaBus on the remote topic - so mumalab/rooms/status would be remote/mumalab/rooms/status. Keep in mind that this integration only logs in as an anonymous user on the Mumabus, so it can only see messages avaialble to all.

We use this bridged messages to run the automations that run when the space status changes.

It also gets messages from the toypad containing the ID, if the tag was added or removed, and the ID of the reader zone.

ESPHome

We've installed the ESPHome Addon into homeassistant which means that it's now easier than ever to add any kind of sensor, switch, light or display to the Space!

You'll need an account to the homeassistant instance. Once you have that you can click on the "ESP Home Device Compiler" tab in the sidebar and follow the instructions on the official addon page.

Integrations

This list will probably not get maintained, so take this with a grain of salt. This is the stuff that is currently integrated into homeassistant in some way:

  • StatusSign: a WeMos D1 Mini running ESP Home to switch a relay to turn the Open sign on/off depending on the Space Status
  • COBWLED, Lichterkette and LaserSign: Wled instances integrated with the default Integration
  • tempmon: An ESP Home installation measuring temperature from the Heating installation
  • kitchen lights: kitchen_left and kitchen_right, smart bulbs running openbeken, an open source software that you can flash on most tuya chips

THIS IS STILL WIP - Will continue soon :)