hobbyquaker / lgtv2mqtt

Interface between LG WebOS Smart TVs and MQTT :tv:
MIT License
106 stars 33 forks source link

Install on Hassio or with HACS? #14

Open dfawlt opened 4 years ago

dfawlt commented 4 years ago

Could you possibly add instructional on how to add this to HassIO? Maybe via a HACS repo?

marrold commented 4 years ago

Home Assistant already supports webOS TVs - https://www.home-assistant.io/integrations/webostv/

dfawlt commented 4 years ago

Home Assistant already supports webOS TVs - https://www.home-assistant.io/integrations/webostv/

It doesn't allow for controlling it with a remote though, as in navigating with the arrows, or pushing the center button. *AFAIK

dfawlt commented 4 years ago

@marrold @hobbyquaker

Using my noob brain to decipher code I see function sendPointerEvent(type, payload) { lgtv.getSocket( 'ssap://com.webos.service.networkinput/getPointerInputSocket',

Is this maybe a service I can call on the webOS platform that I've configured in HassIO to accomplish clicking?