Beiträge von just

    Ich bekomme das Teil leider nicht zum funktionieren. Ich habe auch einen USB UART Adapter wie viele hier bei Ebay, der wird auch korrekt erkannt. Aber selbst die einfachste Konfiguration mag bei mir nicht funktionieren. Ich habe ein einfaches HMI File erstellt mit 2 Seiten. Auf der Ersten steht lediglich der Name und die Straße / Hausnummer und auf der zweiten Seite, das gleich jemand an die Türe kommt.


    Wenn nun also am Piface Taste 2 gedrückt wird, möchte ich auf Page 1 umschalten. Ich habe das file von WAL abgelegt und meine Config ist sehr simple:



    Auszug von Config:


    [keyboards]
    dummy = dummy
    nextion = nextion
    onboardpins = piface


    [onboardpins_InputPins]
    2 = out:page 1,1


    Aber ich bekomme einen Fehler


    Code
    2018-07-05 22:11:10,211 [ERROR]         [doorpi.action.handler] [25F7MM] error while fire action OutAction with args () and kwargs {'log_output': True, 'value': '1', 'pin': 'page 1'} for event_name OnKeyPressed_onboardpins.2Traceback (most recent call last):  File "/usr/local/lib/python2.7/dist-packages/doorpi/action/handler.py", line 284, in fire_event_synchron    result = action.run(silent)  File "/usr/local/lib/python2.7/dist-packages/doorpi/action/base.py", line 48, in run    return self.__callback(**self.__kwargs)  File "/usr/local/lib/python2.7/dist-packages/doorpi/keyboard/KeyboardInterface.py", line 133, in set_output    raise UnknownOutputPin('outputpin with name %s is unknown %s' % (pin, self.__OutputMappingTable))UnknownOutputPin: outputpin with name page 1 is unknown {}2018-07-05 22:11:10,220 [TRACE]         [doorpi.action.handler] [25F7MM] finished fire_event for event_name OnKeyPressed_onboardpins.2


    vielleicht hat noch jemand den entscheidenden Tipp?


    Am PC funktioniert es mit dem Nextion Editor :(


    Danke im Voraus.