Ankündigung

Einklappen
Keine Ankündigung bisher.

EibpcFusion

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

    EibpcFusion

    I'm running eibpc and I would like to make a link to commandfusion. Mu German is not that good so can you help me to start this project?

    What would be the best post / manual to have a kick start? Wher can I find those macros?

    Ivan

    #2
    Hi

    Jou can find german tut's here: KNX-User-Forum - Enertex EibPC und Command Fusion

    You can download the macros here: enertex bayern gmbh :: eibpc downloads

    Manual is here: http://www.enertex.de/downloads/d-ei...hEibPC_USA.pdf

    If you push the British flag you have the website in english.
    Grüsse Bodo
    Fragen gehören ins Forum, und nicht in mein Postfach;
    EibPC-Fan; Wiregate-Fan; Timberwolf-Fan mit 30x 1-Wire Sensoren;

    Kommentar


      #3
      Hi

      And we answer questions with pleasure here.

      Uwe

      Kommentar


        #4
        Zitat von eulaersivan Beitrag anzeigen
        I'm running eibpc and I would like to make a link to commandfusion.
        You can find the Macros as described in
        https://knx-user-forum.de/eibpc/1037...h-english.html
        After unzipping you can find a directory "examples". There you can find for any possible connection an example. Just click through.
        It should not be too difficult. Basically you give each widget an ID in the guiDesigner, called Joins, and you can connect these Joins to a variable of your program or a group address direclty with one of the macros.
        For me, the main task is to get a nice GUI. I'm not too talented in these things, but you can see Michel38's examples, how it could be.
        For the iPhone there is a complete GUI in the examples dir, which is made by him.
        Just ask, if you have more specific question.
        offizielles Supportforum für den Enertex® EibPC: https://knx-user-forum.de/eibpc/
        Enertex Produkte kaufen

        Kommentar


          #5
          So far I have made a gui design with 1 button to switch on the light. This button has a digital number 10.

          On the next URL you can download the full gui file.

          http://geluykens.be/TestVersion.zip

          I still have a problem connecting commandfusion to Eid.
          My Eid file has the following lines:

          Code:
          [MacroLibs]
          C:/MyPadToTheLib/EnertexCommandFusionENG.lib
          
          [ETS-ESF]
          C:/MyPadToTheEsf
          
          [Macros]
          CommandFusion(iPad,0.0.0.0,password)
          JoinToggle2GA(iPad,d10,"Switch_GarageTL-0/1/10","Status_GarageTL-2/1/10")
          The iViewer has no problems and the password is thesame as the Eid file.

          What can still be the problem here ?

          Kommentar


            #6
            Did you enter the IP of your EibPC into the GuiDesigner ProjectProperties?

            Kommentar


              #7
              Zitat von Xceno Beitrag anzeigen
              Did you enter the IP of your EibPC into the GuiDesigner ProjectProperties?
              You can also set the Variable ipad_Debug to ON (in your case) with the debugger. You can watch the online monitor at groupadress 1/2/3 for some debugging information. But my guess is also the IP in the Project Properties.
              offizielles Supportforum für den Enertex® EibPC: https://knx-user-forum.de/eibpc/
              Enertex Produkte kaufen

              Kommentar


                #8
                What does the variable "iPad_Connected" in the debugger?

                Please specify:
                Version guiDesigner
                Version iViewer

                Thank you

                Kommentar


                  #9
                  Thx for all the responses. I already set the IP of my EibPC into the Project Properties.

                  When i put on the debugger it gives mo output (positive)

                  Output:
                  Code:
                  % 2011-07-06 07:48:14 | Sender: 1.1.39 | GA: "Melding_GarageBeweging-3/1/2" | Value: OFF | Type: binary value |  Write
                  % 2011-07-06 07:48:14 | Sender: EibPC | GA: '1/2/3'c14 | Value: NM:d10=1 | Type: Text |  Write
                  % 2011-07-06 07:48:14 | Sender: EibPC | GA: '1/2/3'c14 | Value: NM:d10=0 | Type: Text |  Write
                  The first line gives a message from a motion detector. The other lines gives the message when i push the button 1 time on the iPad.

                  I like to control a light so this is a line when I push a switch:
                  Code:
                  % 2011-07-06 07:54:55 | Sender: 1.1.43 | GA: "Switch_TrapGarage-0/0/5" | Value: ON | Type: binary value |  Write
                  % 2011-07-06 07:54:55 | Sender: 1.1.1 | GA: "Status_TrapGarage-2/0/5" | Value: ON | Type: binary value |  Write
                  The first line here turns on the light and the second line give the status.

                  Please specify:
                  Version guiDesigner: 2.3.4.2
                  Version iViewer: CommandFusion v3.4.2build 124 (I think)

                  I can see a version difference, could this be the problem ?

                  Kommentar


                    #10
                    Zitat von eulaersivan Beitrag anzeigen
                    Thx for all the responses. I already set the IP of my EibPC into the Project Properties.
                    Your output "NM:d10=1" means, the Makro has built a queue, and finds the next message (NM) comming from the iPad with d10=1. But this output happens only, when the connection is not yet established, as the e.g. password is not correct. Otherwise you would find a "OM:d10=1"
                    In your debug code you should find a "Pass ok" coming at '1/2/3'c14. Look there, once you're opening CF on your iPad. I guess you will find a "NoP" instead. I donnot remember how to set the password in CF from here. I'll have to look, or Uwe, do you know?
                    offizielles Supportforum für den Enertex® EibPC: https://knx-user-forum.de/eibpc/
                    Enertex Produkte kaufen

                    Kommentar


                      #11
                      When I turn on the CF iviewer i get this message:
                      Code:
                      % 2011-07-06 08:44:02 | Sender: EibPC | GA: '1/2/3'c14 | Value: NM:p=password| Type: Text |  Write
                      % 2011-07-06 08:44:06 | Sender: EibPC | GA: '1/2/3'c14 | Value: NM:h=0 | Type: Text |  Write
                      No pass ok. In the CF iviewer options I have set thesame password.

                      The password in CF iViewer can be set at the properties of your iPad.

                      Last time I got this message:
                      Code:
                      % 2011-07-06 09:52:12 | Sender: EibPC | GA: '1/2/3'c14 | Value: OM:d10=1 | Type: Text |  Write
                      % 2011-07-06 09:52:12 | Sender: EibPC | GA: '1/2/3'c14 | Value: OM:d10=0h=0 | Type: Text |  Write
                      % 2011-07-06 09:52:16 | Sender: EibPC | GA: '1/2/3'c14 | Value: OM:p=password| Type: Text |  Write
                      % 2011-07-06 09:52:18 | Sender: EibPC | GA: '1/2/3'c14 | Value: Timeout | Type: Text |  Write

                      Kommentar


                        #12
                        It seems like CF is sending the password, then looses connection and so the connection-establishment fails.
                        I know that CF had a view TCP/IP bugs in version 3.x
                        You could try latest iViewer Next. Maybe that solves your problem.

                        You could also enable debugging in the iViewer settings and have a look on the "Mixed Log"

                        Kommentar


                          #13
                          I still lose connection, also with the iViewer Next.

                          Code:
                          % 2011-07-06 12:01:25 | Sender: EibPC | GA: '1/2/3'c14 | Value: Timeout | Type: Text |  Write
                          What program can I use to log iViewer in Windows or Linux ?

                          Kommentar


                            #14
                            Use GoogleChrome to check out the debug mode.
                            The iViewer tells you where to connect on startup if you enabled "Remote Debugging".
                            Otherwise you could use WireShark to scan for the packages.

                            Kommentar


                              #15
                              Zitat von eulaersivan Beitrag anzeigen
                              When I turn on the CF iviewer i get this message:
                              Please make the whole sequence again. Your System is already connected, as you see the "OM:" output. But CF tries to re-login to the EibPC and doesnot answer.
                              So close CF (do realy close it!) and wait for 1 minute until no message on 1/2/3 is reported. Then open CF and please show again the messages here.
                              offizielles Supportforum für den Enertex® EibPC: https://knx-user-forum.de/eibpc/
                              Enertex Produkte kaufen

                              Kommentar

                              Lädt...
                              X