Nope, still nothing.
Any updates here with Samsung TVâs. I have a UN65KS8000 I would like to get working with HASSIO. I report all of the issues everyone else above have mentioned.
I have found the solution to the problem.
To correctly install websocket-client you have to follow the following steps:
sudo systemctl stop [email protected]
sudo -u homeassistant -H -s
source /srv/homeassistant/bin/activate
pip3 install websocket-client
exit
sudo systemctl start [email protected]
and with that it will be properly installed and will work correctly.
I hope I do not bother to relive the thread.
regards
Are you using Hass.io or full home assistant? I didnât think any of your commands would work in hass.io
This is the frustrating part of home assistant. I am running Hass.io through virtual box and found this as well as some other âappsâ that just wont work. Installed on windows through python - and it works. All a little confusing.
Hi, did anyone get this to work? I am also running hassio and I bought a samsung TV that I cannot controlâŚ
Anything yet on this? No websockets
For those that have just ran that linked HTML code above as-is, and it failed⌠thereâs a reason: Authentication: https://developers.home-assistant.io/docs/api/websocket#authentication-phase
Just for a test, comment out the âws.sendâ and ONLY send the "type": "<token>"
with âws.sendâ.
Now the output should be
{"type": "auth_ok", "ha_version": "<version#>"}
{"type": "auth_required", "ha_version": "<version#>"}
Connected...
Now youâll see youâre authenticated and can continue forth. (Iâm just starting out and discovered this)
Can you paste the full line you had success with? Cause I don*t get it working as you described (And I guess maybe I donât use it properly!)