Ich habe nach einer Anleitung von Tina Klein und Daniel Wenzel (klenzel.de) einen IR Sesor programmiert.
Bis zu dem Punkt des mode2 Testet alles Gut. Aber nach dem abschalten des lirc und den darauf folgenden irw test komme ich nicht weiter.
Das kuriose an dem Punkt ist das er mir gestern bei Versuch des irw sagte "connection refused" nun sagt "er no such file or directory".
Wo sollte sich die Datei befinden?
Ich poste mal eben den code der
lircmd.conf
Code: Alles auswählen
#UNCONFIGURED
#
# To find out how to get a proper configuration file please read:
#
# /usr/share/doc/lirc/README.Debian
# Please make this file available to others
# by sending it to <lirc@bartelmus.de>
#
# this config file was automatically generated
# using lirc-0.9.0-pre1(default) on Thu Feb 18 06:04:53 2016
#
# contributed by
#
# brand: /home/pi/fernbedienung.conf
# model no. of remote control:
# devices being controlled by this remote:
#
begin remote
name /home/pi/fernbedienung.conf
flags RAW_CODES|CONST_LENGTH
eps 30
aeps 100
gap 108653
begin raw_codes
name KEY_1
9206 4512 593 546 574 571
578 568 580 568 598 544
576 571 577 567 577 569
576 1681 578 1712 546 1689
592 1655 578 572 572 1691
566 1681 578 1683 601 1666
564 1679 601 546 576 570
602 556 564 571 576 573
574 570 578 571 577 572
574 1680 572 1683 578 1684
575 1679 603 1659 580 1683
572
name KEY_0
9217 4499 592 548 573 573
572 573 600 548 595 549
597 549 602 551 593 547
597 1658 601 1657 601 1657
576 1690 567 572 599 1657
601 1656 600 1659 574 574
597 1658 600 548 598 547
599 547 597 548 596 549
600 547 602 1659 568 573
599 1706 550 1657 600 1658
603 1653 600 1656 598 1658
600
end raw_codes
end remote
Code: Alles auswählen
# Please make this file available to others
# by sending it to <lirc@bartelmus.de>
#
# this config file was automatically generated
# using lirc-0.9.0-pre1(default) on Thu Feb 18 06:04:53 2016
#
# contributed by
#
# brand: /home/pi/fernbedienung.conf
# model no. of remote control:
# devices being controlled by this remote:
#
begin remote
name /home/pi/fernbedienung.conf
flags RAW_CODES|CONST_LENGTH
eps 30
aeps 100
gap 108653
begin raw_codes
name KEY_1
9206 4512 593 546 574 571
578 568 580 568 598 544
576 571 577 567 577 569
576 1681 578 1712 546 1689
592 1655 578 572 572 1691
566 1681 578 1683 601 1666
564 1679 601 546 576 570
602 556 564 571 576 573
574 570 578 571 577 572
574 1680 572 1683 578 1684
575 1679 603 1659 580 1683
572
name KEY_0
9217 4499 592 548 573 573
572 573 600 548 595 549
597 549 602 551 593 547
597 1658 601 1657 601 1657
576 1690 567 572 599 1657
601 1656 600 1659 574 574
597 1658 600 548 598 547
599 547 597 548 596 549
600 547 602 1659 568 573
599 1706 550 1657 600 1658
603 1653 600 1656 598 1658
600
end raw_codes
end remote
Hoffe ihr könnt mir weiter helfen.
Euer Seb