Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

send commands to Wifo-to-Infrared adapter #652

Closed
andrisi opened this issue Jul 19, 2024 · 1 comment
Closed

send commands to Wifo-to-Infrared adapter #652

andrisi opened this issue Jul 19, 2024 · 1 comment

Comments

@andrisi
Copy link

andrisi commented Jul 19, 2024

Describe the bug
How would I go about sending commands to a Wifi-to-Infrared device, like a Avatto S16? It's listed in the CLI wizard mode list as below. It's an universal remote, so has no status values, just a list of devices it can control. The cid is maybe a prefix or something to identify the vendor of the device to be controlled, in my case an air conditioning unit.

  {
    name: 'Smart IR',
    id: 'bfd3d...',
    key: '6+CM....',
    subDevices: [
      {
        name: 'Air',
        id: 'bff4d....',
        cid: '09d0....'
      }
    ]
  }
@Apollon77
Copy link
Collaborator

no cid is the sub devcie id ... just add cid to the get/set parameters

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants