SEPIA-Framework / sepia-docs

Documentation and Wiki for SEPIA. Please post your questions and bug-reports here in the issues section! Thank you :-)
https://sepia-framework.github.io/
236 stars 16 forks source link

Connect Sepia and Homeassistant #234

Open IBRI12 opened 1 year ago

IBRI12 commented 1 year ago

Hello,

I am trying to connect Sepia and Homeassistant. The connection is established and it loads all devices. However i cannot edit the cards and I dont know what information SEPIA needs via template in Home Assistant.

For example I want to read the time from a sensor from HA. How would i do that?

fquirin commented 1 year ago

Hi @IBRI12 ,

sorry for the late reply, I'm currently drowning in work :-/. I'll try to put together a full example for you later. In the meantime I'd recommend to use the SEPIA Internal HUB to add your devices. There is a rough description in the SEPIA Wiki and an example screenshot for a lamp. The key value for a sensor would be: "config": "sensor.state" instead of "config": "light.brightness".

HA changed a lot of things for their "year of voice". I think SEPIA will profit from the new APIs as well, making the configuration a lot easier (similar to openHAB hopefully) in the future 🤞.