Skip to content
matsfunk edited this page Jan 6, 2022 · 13 revisions

What is heyOOCSI

HeyOOCSI is a new OOCSI feature to open up OOCSI devices to HomeAssistant! This allows you to control your prototypes and other smart devices more easily. Because HomeAssistant has a lot of integrations this makes your prototype compatible with even more data and actuators for you to work with. Create a new light switch for your brand new Philips Hue bulb or use your solar energy data to control your prototype!

What is required?

For this project you need:

  • a HomeAssistant server (e.g. on a Raspberry Pi).
  • an OOCSI-compatible microcontroller (ESP or Arduino)

Setting up HomeAssistant

For heyOOCSI! to work you need a device running HomeAssistant and an OOCSI device. To set-up HomeAssistant check this link.. After installing your fresh new HomeAssistant build you need to add the OOCSI component into the HomeAssistant folder (the same folder as the configuration.yaml file). To add the OOCSI server to HomeAssistant, go to the supervisor section in the bottom left. After that in the add-on store click on the three little dots in the top right corner. Here click add repository and fill in this link:

https://github.com/iddi/oocsi-web-docker
Clone this wiki locally