I used openHAB for several months so I can shed some light on a few of your concerns.
Unlike openHAB, where you are obliged to create a UI in order to have a UI, Home Assistant will automatically create one for you (the Lovelace UI). Initially, it may not be attractive (everything on one page) but it will be functional. Afterwards, at your leisure, you can modify it to suit your preferences. You have the option of modifying it two different ways:
- The default way is to modify it directly within the UI, like HABpanel.
- The optional way is to modify it as a text file, like Basic UI.
To be clear, that’s two different ways to modify the same Lovelace UI (unlike Basic UI and HABpanel which are completely independent and separate UI’s). Be advised that if you choose to modify the Lovelace UI as a text file, you give up the ability to modify it via the UI (there’s an awkward workaround but let’s leave that out for now).
Got most things up and running however I am not really sure how I get the readings for my sensors?
All entities (a similar but not equivalent term to openHAB’s Items) that are automatically discovered by Home Assistant or manually defined by you (configuration.yaml
) will appear in the States page (list format) and in the Lovelace UI.
What kind of sensors are you using?
There doesnt seem to be anywhere that I can “tag” my devices, as they have auto discovered once I added the Gateways. I need a function similar to OpenHab where I can ask Google Home (I’ve got that working) whether a sensor is active or a door is open
Unlike openHAB, you don’t “tag” each entity individually to make it accessible to Google Assistant or Amazon Alexa. You define which entities (or entire domains) are included, or excluded, from being controlled by Google Assistant. The documentation for Google Assistant contains an example.
but at the moment the devices dont show in my Home, only the lights.
The implication here is that Home Assistant automatically discovered your lights but nothing else. Therefore the other devices will probably need to be manually defined. What are these other devices?