[APP][Pro] Home Assistant - Community App

It’s all ok.
Your garage is open and the EV charger is shown below the house. So the charger device is recognized.

If you want to see the EV charger, you should update to latest FW version. It was not shot shown before.

New test version 1.12.1:

  • Custom device: added mode list option for input_select domain.

You can now import mode lists for helper domain input_select like is was possible for select only.

1 Like

Is it already available for testing as I have a ventilation unit with a mode selector.

Seems to work as there are some Mode IDs in your device looking like HA entries.

:+1: oke, i thought it was for something else.

Great it works like this!

Hi, I have added a lot of humidity sensor using homeassistant community plugin. I can see all umidity on homey (%), but I can’t see it on climate (90% is external umidity downloaded from wheather forecast, someone could help me?

How did you add them?

As sensor device or custom device?

I would say Homey only uses main capabilities (measure_humidity). When adding a sensor device, a main capability is uses. When using a custom device, every added entity us added as subcapability with entity id as prefix.

You can try:

  • sensor device. It depends on HA entity class if the entity is added correctly with correct Homey capability.
  • custom device. Add one device for each entity. Add entity in repair view. Select ‘add as main capability’ (if it’s recognized as humidity) - or select ‘measure_humidity’ as capability. Capability mist be unique, so you can only add one main capability of this type.

Thx!!! Now it works!!!

Hi,
I have a question. I added my car to HA and added it as a custom device to homey 2019. I know the latitude and longitude of my car. In stead of the address, in Homey it’s represented as ‘Home’ or ‘Not_home’. I would like to resolve it as address entity for that device. Can this be done in HA or in Homey?

Does the HA integration offer an entity for?

If not, you can try to get address data from coordinates. OpenStreetmap offers an API:

https://nominatim.openstreetmap.org/reverse?format=json&lat={lat}&lon={lon}

Exchange {lon} and {lat} with your coordinate tags. Use this URL in the logic https card.
You get a JSON object as response. You can use the JSON logic cards to read the attribute you want. Use JSON path to read attributes like address.road or address.city.

1 Like

Hi RonnyW, thanks a lot. I gonna give this a try!

New test version 1.13.0:

  • Camera device: added live video support for Homey Dashboard (for HSL converted HA streams).

I found a request to read the stream URL from HA for a camera entity. HA converts camera streams into HSL and this is used for Homey Dashboard.

In my tests, the aspect ration was wrong. Homey is showing a square while the camera video is a 16:9 like format. Currently there is nothing I can adjust. So be patient whether there will be an update.

5 Likes

@RonnyW thanks for this great app!.

I it also possible with youre app the make a Button to adjust the temperature for in this case my jacuzzi .at this Moment is on /off the only option🤓

Mobile:
Go to device settings,
Maintenance > Try to Repair
Web:
Right click > Repair

Next, Add entity

Now enter a part of the name of temperature entity, or the type; “target” should get you results.
When you notice the desired entity, select it

Next, adjust the proposed Homey capability; erase it and enter “target” or “temp”.
Now the target_temperature shows > select it

Press ok next next finish, and, in my case, my watermeter now has a target temperature dial:

1 Like

but this will only show the value.
You have to add a flow for changed target temperature and send a service call to HA to set it on HA side.

1 Like

How does ypur HA device look like? What entities are existing?
If there is a climate entity, you can add it as thermostat device (offering full temp control back to HA).

If not, you need at least a HA service you can call to set temperature or temp. up/down.

@RonnyW thanks :smiling_face_with_sunglasses:

Hi There.

New to Homey and HA, and I’m having trouble connecting the HACA to my HA.

When trying to connect i get “Failed to connect”

The IP is correct, and the Access token is copied directly from HA.

I have connection between Homey and HA, as the Official HA app is able to connect…

What am I missing?

Regards

Can you please try to remove the last / ?

Just an idea…

2 Likes

Hi RonnyW.

OMG - that was it :slight_smile:

Of all the things I’ve tried…

Thanks :+1:

1 Like