Original post:
Both apps have slightly different possibilities, but overwrite eachother when installing; caused by both using the same ID: io.home-assistant
This can be ‘workarounded’ by installing the community app via the command line (a.k.a. CLI). After download, we edit a file and alter the app ID.
This way, the Athom app can run next to the community app.
Go to the folder where you want to save the HomeAassisant hcs app files
I’ll just show the commands I did.
I work on linux btw, so things might look a little different.
pd@laptop:~$ cd /home/pedw/Desktop/Homey
pd@laptop:~/Desktop/Homey$ git clone https://github.com/rogro82/io.homeassistant.git
Now you downloaded the HA hcs app files
Ok, go to the folder with the app files:
cd io.homeassistant
Now, edit the file app.json
Change "id": "io.homeassistant"
into "id": "community.io.homeassistant"
Change "en": "Home Assistant"
into "en": "Home Assistant HCS"
When all’s set, select your Homey (when you have more than one Homey (incl. Homey cloud/bridge)):
pd@laptop:~/Desktop/Homey/io.homeassistant$ homey select
? Choose an active Homey: 1.HomeyPro Peter
You have selected `1.HomeyPro Peter` as your active Homey.
I already have a fork (as backup). I will check and make the change. Then Adrian could upload it into the HCS.
And it’s still SDK2. Let’s see what I can do
The main problem with renaming an app ID is:
This is an “new” app. You can install this app parallel to the old HCS app. You can’t make an update and you will need to re-add all devices to the new (parallel) installed app.
But the advantage is: You can move the devices one by one and you have still the old ones to look at and test.
Yes you’ll have “to start over”, and add devices again, but I liked the advantages more!
And you problably can update it to SDk3
And with the ‘Device-Replace-Script’ by Martijn Poppen, you’ll fix your flows in a few minutes.
i can only give you one heart but i want to give you 100 hearts if you can update the app! thanks!
by the way: if you could look at the lights somehow a light doesn’t get dim function only on and off i guess the lights.* attributes got changes at the home assistant end
Would it be ok for you to change the paitring dialog (device list) from multi selection (all deveces preselected) to single selection?
Then it’s only possible to add one device for each started pairing, but yo don’t have to deselect >100 devices first. Just a thought until Athom will enhance the multi device list.
+100
It’s very unpractical to deselect 500 devices, one by one, just to add one device
I requested a long time ago for the Athom HA app, if they can add “select all” “select none” buttons to the pairing dialog. It was ‘passed on to the devs’
Good news! Yes I almost always add devices one at a time. They often should go in different zones anyways, so importing in ‘bulk’ seems not logical most of the time imho.
Info for new readers:
The Home Assistant community app is now updated and extended by RonnyW, and available in the app store! Ofcourse side-by-side installable to Athom’s HA app just like that