KIRA Component - IR Remote Setup help?

Hi

I have KIRA set up as a receiver and sender and I have created a list of commands in the separate Kira yaml file.

What i’m not sure how to do, is have Home Assistant send an IR command, through automation, and via buttons on the UI to send commands manually.

Hi,

Can anyone help me with the following errors…

2019-03-30 19:55:03 WARNING (SyncWorker_6) [homeassistant.components.kira] KIRA code invalid data: required key not provided @ data[‘code’]
2019-03-30 19:55:03 WARNING (SyncWorker_6) [homeassistant.components.kira] KIRA code invalid data: required key not provided @ data[‘code’]
2019-03-30 19:55:05 ERROR (MainThread) [homeassistant.setup] Error during setup of component kira
Traceback (most recent call last):
File “/usr/src/app/homeassistant/setup.py”, line 154, in _async_setup_component
component.setup, hass, processed_config) # type: ignore
File “/usr/local/lib/python3.7/concurrent/futures/thread.py”, line 57, in run
result = self.fn(*self.args, **self.kwargs)
File “/usr/src/app/homeassistant/components/kira/init.py”, line 121, in setup
load_module(CONF_SENSOR, idx, module_conf)
File “/usr/src/app/homeassistant/components/kira/init.py”, line 105, in load_module
module = pykira.KiraReceiver(host, port)
File “/usr/local/lib/python3.7/site-packages/pykira/receiver.py”, line 34, in init
self._socket.bind((host, port))
OSError: [Errno 99] Cannot assign requested address

The code used in configuration.yml is as follows.

kira: 
  sensors:
  - name: kira_sensor
    host: 192.168.1.51
    port: 65432

  remotes:
  - name: kira_remote
    host: 192.168.1.46
    port: 65432

Anyone have any ideas ?

Hi,
Rather late answer I know but to help anyone else searching there is some more info on these models here:
https://www.info.keene-electronics.co.uk/kira-home-assistant/index.html

Digging up an old thread here…
I have just started to use HA and I have added my KIRA modules to the configuration.yaml.
When restarting HA I get an error.

Logger: homeassistant.setup
Source: components/kira/init.py:119
First occurred: 11:34:00 (1 occurrences)
Last logged: 11:34:00

Error during setup of component kira
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/setup.py”, line 253, in _async_setup_component
result = await task
File “/usr/local/lib/python3.10/concurrent/futures/thread.py”, line 58, in run
result = self.fn(*self.args, **self.kwargs)
File “/usr/src/homeassistant/homeassistant/components/kira/init.py”, line 134, in setup
load_module(CONF_SENSOR, idx, module_conf)
File “/usr/src/homeassistant/homeassistant/components/kira/init.py”, line 119, in load_module
module = pykira.KiraReceiver(host, port)
File “/usr/local/lib/python3.10/site-packages/pykira/receiver.py”, line 34, in init
self._socket.bind((host, port))
OSError: [Errno 99] Address not available

Not understanding why this is happening as all the KIRA modules are connected.
the config yaml is,

kira:

sensors:

- name: kira_kitchen
  host: 192.168.0.70
  port: 65432

- name: kira_cinema
  host: 192.168.0.71
  port: 65432

- name: kira_living
  host: 192.168.0.72
  port: 65432

- name: kira_bedroom
  host: 192.168.0.73
  port: 65432

- name: kira_dining
  host: 192.168.0.75
  port: 65432

- name: kira_study
  host: 192.168.0.76
  port: 65432

Any help gratefully received…

Tank