Come forward to discuss most used integration - Home Assistant.
I have the Home Assistant device configured. The URL is correct and the token is being accepted, but I’m showing no devices. When I select the Home Assistant integration in the config app, I get a popup at the bottom that says “New device discovered in Home Assistant. Tap Submit to update.” There is no Submit button. If I go back into the area where I entered the address and token there is a submit button, but clicking it doesn’t help.
I saw a video of the HA integration online and there was an “Update” button but I do not have that anywhere that I can find.
The video is old. Later few UI changes are made. We will check this tomorrow but for all of us data flows from HA. We create websocket connection between RS90 and HA to get the entities we want to handle. If the data is not arriving on RS90 there could be network issue.
Any way to debug? I can try to make the same websocket request from a PC if you tell me what you’re doing.
Yes please try creating websocket and test the connection is working? with other API testing system like postman.
Tried testing with websocat, connecting to ws://xxx.xxx.xxx.xxx:8123, and it returns:
websocat: WebSocketError: WebSocketError: Received unexpected status code (200 OK)
websocat: error running
Ah, google says the URL is ws://address:8123/api/websocket, and that seems to work:
websocat ws://172.18.0.8:8123/api/websocket
{“type”:“auth_required”,“ha_version”:“2025.7.1”}
Using the command line tester, I’m able to successfully auth against the websocket and execute the get_config command.
Would you like to participate in beta testing the app before we make it live?
We can provide Haptique apk which you can install using adb and report if everything is perfect.
Sure, I’d love to help test, but I’m on iOS.
You can use Mac to sideload android apk on RS90 using Terminal by USB cable connected.
You have to install adb via brew and then connect the RS90 in developer mode enabled to the Mac. Then use a terminal with adb.
I don’t think the fix for this can be on the remote, I don’t even have it powered on right now. The issue here is entirely in the iOS app.
We have shared a test built with few beta testers and they confirmed the Home Assistant is working perfectly now.
After one more day of testing we will release it.
Any update on when the new version will be released?
Tomorrow there is an update planned with many other issues also fixed.
Have I missed this release?
I think it was originally planned for Monday, then - as above - due yesterday. Is there an issue with it? (My remote has not been working properly for nearly a week now because of the last release…)
Update is pushed on Haptique, check within an hour on the Haptique.
Are you able to get data from Home Assistant on the config app, if yes then this update will fix the controlling of entities. If not you need to reverify the network on your side.
Same behavior with the new app update. I’ll try a factory reset later and see if that helps.
Some users have reported difficulty connecting Haptique with Home Assistant, particularly when accessing their instance remotely via DuckDNS and SSL (Let’s Encrypt or custom certificates). These issues often stem from WebSocket (WSS) connection failures, which are essential for real-time control via the Haptique config app.