kiwi-cam / homebridge-broadlink-rm

[This fork supports TV accessories] Broadlink RM Mini and Pro plugin for homebridge: https://github.com/nfarina/homebridge
Apache License 2.0
304 stars 96 forks source link

Samsung tv status always on #633

Open CezaryCiosek opened 1 year ago

CezaryCiosek commented 1 year ago

Helo guys I have a question about samsung tv Q80B.

            "accessories": [
                {
                    "name": "TV",
                    "type": "tv",
                    "pingIPAddress": "192.168.*******",
                    "pingIPAddressStateOnly": true,
                    "data": {
                        "on": "26004600949312381238123812131213121312131213123812381238121312131213121312131213123812131213121312131213121312381213123812381238123812381238120005a40d0500000000000000000000000000000000",
                        "off": "2600d2008d9111381137103811131114111511131113113810381435101411131215121410141113123711381114101411371238103811381014121311381038111411141014110005c58e9112381038113810141213111410141015113810381138101411141113111411141014113810381213111410381138113811381014101412381038111311141114110005c48f911237113811381014101511131114101412371138113711141114111311131214101411371138121311131138113712381137111410141237113811131113121410000d0500000000"
                    }
                }
            ]

This is my config and the question is. Is it possible to switch tv via remote and have status updated to on in homebridge/homekit? Right know homebridge have permanently on status and it is quite annoying. Without pinging option remote didn't change status at all :(

ggroel commented 1 year ago

Look when the television is off, a ping replies to that IP. If so, I think you have no solution. I have a device that when it goes out, does not really turn off, but remains in "standby" and the ping continues to return as if it were on.

El 25 jul 2023, a las 10:38, Cezary Ciosek @.***> escribió:

Helo guys I have a question about samsung tv Q80B.

        "accessories": [
            {
                "name": "TV",
                "type": "tv",
                "pingIPAddress": "192.168.*******",
                "pingIPAddressStateOnly": true,
                "data": {
                    "on": "26004600949312381238123812131213121312131213123812381238121312131213121312131213123812131213121312131213121312381213123812381238123812381238120005a40d0500000000000000000000000000000000",
                    "off": "2600d2008d9111381137103811131114111511131113113810381435101411131215121410141113123711381114101411371238103811381014121311381038111411141014110005c58e9112381038113810141213111410141015113810381138101411141113111411141014113810381213111410381138113811381014101412381038111311141114110005c48f911237113811381014101511131114101412371138113711141114111311131214101411371138121311131138113712381137111410141237113811131113121410000d0500000000"
                }
            }
        ]

This is my config and the question is. Is it possible to switch tv via remote and have status updated to on in homebridge/homekit? Right know homebridge have permanently on status and it is quite annoying. Without pinging option remote didn't change status at all :(

— Reply to this email directly, view it on GitHub https://github.com/kiwi-cam/homebridge-broadlink-rm/issues/633, or unsubscribe https://github.com/notifications/unsubscribe-auth/APBDDDCA7TM56AIDRG4ZSDLXR7D4DANCNFSM6AAAAAA2XC45AA. You are receiving this because you are subscribed to this thread.

CezaryCiosek commented 1 year ago

yes, I think is standby fault. Ping is ok even when tv is off :(

stale[bot] commented 10 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.