Alexandru Branza

Results 431 comments of Alexandru Branza

> still keeping them on their own VLAN VLANs, different subnets, etc. always broke this component. I'm not even sure if it's a TV limitation, component limitation or both at...

Actually, (to put history in order) this is not a mod of a mod of that.. the current Samsung TV integration in HA was created after this component was created....

it may be, but the current official Samsung TV integration was pretty much rewritten less then a year ago based on roberodin's repo, i took part in the discussions that...

@Screwdgeh Ollo69 did some work on detecting Art Mode from Frame TVs (in his fork of this component) through the WebSockets API, see here: - https://github.com/ollo69/ha-samsungtv-smart/blob/master/custom_components/samsungtv_smart/api/samsungws.py#L71-L75 - https://github.com/ollo69/ha-samsungtv-smart/blob/master/custom_components/samsungtv_smart/media_player.py#L900-L908 We should...

@igorsantos07 there is already [a branch](https://github.com/jaruba/ha-samsungtv-tizen/tree/merge-samsungtv-smart) in which we merged ollo's changes, the only thing that is missing are the docs for it. ollo himself also has complete access to...

i never heard of this issue before, what tv model do you have?

maybe try changing the `update_method` to something else, possible values are: "ping", "websockets" and "smartthings" ("ping" is the default) I guess the bounce could be coming from: https://github.com/jaruba/ha-samsungtv-tizen/blob/master/custom_components/samsungtv_tizen/media_player.py#L603-L604 but without...

@karol93 did you enable the smartthings api? if so, try the solutions from this post: https://github.com/jaruba/ha-samsungtv-tizen/issues/77

@mystex this is indeed a common issue, many users do not realise that they blocked HA at some point on the TV, it's hard to pinpoint too as other home...

> As far as I understand that's what the mac: xx:xx:xx:xx:xx:xx is for. This is correct > I've tried setting broadcast_address: 192.168.1.255 (my Raspberry Pi is on 192.168.2.X, but that...