domoticz-zigbee2mqtt-plugin icon indicating copy to clipboard operation
domoticz-zigbee2mqtt-plugin copied to clipboard

HEIMAN HS2IRC (Smart IR Control)

Open develop-dvs opened this issue 3 years ago • 4 comments

Hi! Need command:

  • Create device
  • Learn key
  • Send stored key
  • Delete device or keycode
  • Get list of the stored devices and keys

From MQTT Explorer:

{"battery":100,"devices":[{"id":1,"key_codes":[1],"model_type":99}],"linkquality":57}

Example: https://www.zigbee2mqtt.io/devices/HS2IRC.html

develop-dvs avatar Dec 28 '21 18:12 develop-dvs

Hi! Need command:

Hi, are you interested in the setup examples for this device?

mozolin avatar Jan 18 '22 16:01 mozolin

Yes, i have this device and I don't know how to interact with it through your plugin. There are no pre-installed interfaces, buttons and other things.

I can send only raw commands in visual interface. Bad, no automation.

develop-dvs avatar Jan 24 '22 07:01 develop-dvs

Well, I could try to explain what I have done in my Home Assistant. For instance, you can make such a script:

heiman_rc_get_list:
  sequence:
    - service: mqtt.publish
      data_template:
        topic: "zigbee2mqtt/0x000d6f0015349546/set"
        payload_template: '{"get_list": ""}'

and use this script in your automations. The commands like this you can make for "Create device", "Learn key", "Send stored key" and "Delete device or keycode". I am not sure, but I think, something like this could be in Domoticz scripts... P.S. Timeout for learning a new command for this device is 20 seconds...

mozolin avatar Jan 24 '22 14:01 mozolin

i use Domoticz, not HA how can i send this command via DzVents?

develop-dvs avatar Feb 01 '22 10:02 develop-dvs

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.

stale[bot] avatar Aug 30 '22 17:08 stale[bot]