xuanxuan000 / linknlink-local

Local support for LinknLink devices in Home Assistant
Apache License 2.0
12 stars 1 forks source link

Is the eRemote planned to be supported? #3

Closed wifispray closed 2 months ago

wifispray commented 6 months ago
image
xuanxuan000 commented 6 months ago
image

Yes, it is in progress.

wifispray commented 6 months ago

any idea on when it will be released?

rijk82 commented 6 months ago

Also came to ask about eRemote support – I'm looking forward to it...

GreatBizarro commented 6 months ago

Also waiting. Thanks

Puntoboy commented 5 months ago

Waiting as well. Thanks.

jonathh21 commented 5 months ago

I think this is what I am after too, just followed a video but get device not supported.

Delfairen commented 5 months ago

Also hear for more info on the eRemote

xuanxuan000 commented 5 months ago

Hey everyone, you can now add eRemote. It supports infrared remote control and learning. When the new firmware version is updated, I will simultaneously update the function to add sub-devices.

Puntoboy commented 5 months ago

Hey everyone, you can now add eRemote. It supports infrared remote control and learning. When the new firmware version is updated, I will simultaneously update the function to add sub-devices.

How do I use it for infrared only without the firmware update?

xuanxuan000 commented 5 months ago

Hey everyone, you can now add eRemote. It supports infrared remote control and learning. When the new firmware version is updated, I will simultaneously update the function to add sub-devices.

How do I use it for infrared only without the firmware update?

I'm writing the instructions. Please wait a moment.

xuanxuan000 commented 5 months ago

Hey everyone, you can now add eRemote. It supports infrared remote control and learning. When the new firmware version is updated, I will simultaneously update the function to add sub-devices.

How do I use it for infrared only without the firmware update?

https://drive.google.com/file/d/1jUhdi4ZfFOZ5k7JIs1E8WBczF3m5uQp4/view?usp=sharing

Puntoboy commented 5 months ago

Oh, does that work if I get the device setup failed message without the firmware update?

rijk82 commented 5 months ago

Thanks for the documentation – all seems ok up to step 2 but then I get the below error - failed setup [errno -5] the device storage is full – any ideas? image

Puntoboy commented 5 months ago

Same error I got.

jonathh21 commented 5 months ago

Same.

Also worth noting that the integration showed NO update on HACS.

Because I am impatient I redownload it to even get this far...

Puntoboy commented 5 months ago

There was an update for mine, but it had been a week or so since I last checked.

xuanxuan000 commented 5 months ago

I used the old firmware version for testing and fixed the bug. Please try again.

Puntoboy commented 5 months ago

Hey everyone, you can now add eRemote. It supports infrared remote control and learning. When the new firmware version is updated, I will simultaneously update the function to add sub-devices.

How do I use it for infrared only without the firmware update?

https://drive.google.com/file/d/1jUhdi4ZfFOZ5k7JIs1E8WBczF3m5uQp4/view?usp=sharing

I've tried this guide, which is essentially the same as the Broadlink version, and I can't get it to work. It seems to learn the command but won't send it.

If I use the app on my phone I can see the LED light up when I send a command, however when I use HA to send the command, the LED doesn't light up.

My YAML send command

`service: remote.send_command target: entity_id:

My YAML learn command:

service: remote.learn_command data: command_type: ir device: tv command: power target: entity_id: remote.linknlink_eremote

I can see the remote command stored in HA

{ "version": 1, "minor_version": 1, "key": "linknlink_remote_e04b41009997_flags", "data": {} }

rijk82 commented 5 months ago

Same. The learning reports as successful but no IR code is actually stored in the .storage/linknlink_remote_e04XXXX_codes file (i.e. Input below is blank):

{  "version": 1,  "minor_version": 1,  "key": "linknlink_remote_e04XXXX_codes",   "data": {    "Audio": {      "Input": ""    }  } }
Puntoboy commented 5 months ago

Yep, if I look at one of my Broadlink commands, there's a code in there with it.

{ "version": 1, "minor_version": 1, "key": "broadlink_remote_24dfa734c16c_codes", "data": { "projector": { "Power": "JgBYAAABJpAUEhMSFBEUNhQRFBEUEhMSFBEUNhQ1FBIUNRQSFBEUEhM2FDYUNRQSExIUERQSEzYUEhMSFBEUNhQ1FDYUNRQSFAAFfgABJkgUAAwYAAElSRQADQU=" } } }

xuanxuan000 commented 4 months ago

The data format of the hardware reply has changed, I have fixed it. Please update and try again.

Puntoboy commented 4 months ago

The data format of the hardware reply has changed, I have fixed it.

Please update and try again.

Is there an updated plugin? I can't see it in my install. I have version 8f33446.

xuanxuan000 commented 4 months ago

The data format of the hardware reply has changed, I have fixed it. Please update and try again.

Is there an updated plugin? I can't see it in my install. I have version 8f33446.

The latest commit is c398379.

Puntoboy commented 4 months ago

It's just appeared. Than you.

rijk82 commented 4 months ago

All working for me now, thank you

Puntoboy commented 4 months ago

Yep, all working here now as well, thank you :)

stale[bot] commented 2 months ago

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?

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