Hassapp: An alternative iOS app to empower your HA

Count me in, you got a PM :slight_smile:

Looks great. I’d love to help test it.

Nice, that looks really awesome!:blush:

I’ve been trying to reproduce the issue today but wasn’t able to do so. Will release a fix that might fix the issue in the next alpha.
Noted your suggestion :wink:

1 Like

Hi @kikettas

I’d love to test it. I’ll drop a PM

Good Work!

I’ve working on adding the reordering for both devices and rooms, and fixing some bugs that people were having.

Regarding the TestFlight invitations, I will send more once I release the new alpha :wink: .

I’m late to the party, but happy to test on testflight, too!

Great looking design!

Still no devices showing up in alpha.2

Cheers

It seems to be an issue when retrieving the devices info, something wrong with the JSON provided by HA. It’s rather difficult to reproduce it from my side since our configs are different, but I will try to find whats going on and see if I can fix it.

@kikettas there’s a bug in new version, with the reordering of items in a room. If you pull the item under the “Manage devices” label, the app crashes.

1 Like

True, true, true. Good catch there, I didn’t try that edge case.

Would you mind to add it to https://bitbucket.org/kikettas/hassapp/issues? :pray:

Thank you for helping :+1:

Yep. Sadly still no devices with the latest update. :frowning:

Do you have a URL endpoint that we could look at to get the json file to help see if we can find an issue?

1 Like

It might be caused by symbols that cannot be parsed by the Foundation JSONDecoder (escaped symbols, backslashes…).

Sure, the HA endpoint that handles this is: /api/states (more info can be found here)

If anyone with the issue want to try this out quickly, I can add he/she to another testing group and work on the issue faster.

Great!!! Count me in the beta program

Thanks. Going to server/api/{anything here} results in a 401: Unauthorized.

Using curl and running the following command with a token works and give the API running message, so it is running.

curl -X GET -H "Authorization: Bearer ABCDEFGH" -H "Content-Type: application/json" http://localhost:8123/api/

I’m not sure what’s going on, or how the app is authenticating with HA, but something somewhere isn’t right.

Count on me for the beta testing

Yea, I’m still having the no device issue in the new beta :frowning:

Are you sure you are using the corrent Token for this endpoint?

curl -X GET -H "Authorization: Bearer <Your access token here>" \
   -H "Content-Type: application/json" http://localhost:8123/api/states

I just can not connect to Home Assistant. Everything works from chrome (and Home Assistant main app of course)

What am I doing wrong? Or should I open an issue?

image

Upd: Is remote access required?

2 Likes

No, remote access in not required.

1 Like