Ankündigung

Einklappen
Keine Ankündigung bisher.

Home Assistant KNX Integration - Features

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

    #46
    Zitat von benschi11 Beitrag anzeigen
    Hallo,
    vielen Dank für den github - Link. Ich wollte mir den Code einmal anschauen und kann aber leider nicht builden, da ich das Modul von devexpress leider nicht habe. Bekomme ich das irgendwo kostenlos her, oder muss man dafür zwingend zahlen?
    Danke und lg
    Hallo benschi11,
    ich verwende tatsächlich das kostenpflichtige DevExpress-WPF-GridControl, da es Features hat, welche die Bedienung erleichtern.
    Im konkreten Fall finde ich die Gruppierungsfunktion sehr hilfreich.
    Da ich freiberuflicher Softwareentwickler bin habe ich eine Lizenz gekauft.
    Es gibt die Möglichkeit die DevExpress-WPF-Library 30-Tage kostenlos zu testen, ist natürlich auf Dauer keine Lösung.
    Hier der Link: https://www.devexpress.com/products/net/controls/wpf/
    Du kannst aber gerne ein zusätzliches WPF-Projekt mit dem Microsoft-Standard-Gridcontrol anlegen.
    Grüße Werner

    Kommentar


      #47

      N'étant un pro du code, pourriez-vous me guider dans l'utilisation de https://github.com/comcowo/OCTiS-Open/
      pour transformer le Git en un .exe.
      Dois-je utiliser Visual Studio ou Visual Studio Code??
      Je ne connaissais pas l'existence de ce super travail, qui devrais vraiment faciliter l'intégration dans HA
      Zuletzt geändert von richardpub; 17.01.2023, 11:58.

      Kommentar


        #48
        richardpub there is a setup included in the release. https://github.com/comcowo/OCTiS-Ope...ses/tag/v1.0.1
        Maybe it helps, I have not tried it myself.

        Kommentar


          #49
          Zitat von richardpub Beitrag anzeigen

          N'étant un pro du code, pourriez-vous me guider dans l'utilisation de https://github.com/comcowo/OCTiS-Open/
          pour transformer le Git en un .exe.
          Dois-je utiliser Visual Studio ou Visual Studio Code??
          Je ne connaissais pas l'existence de ce super travail, qui devrais vraiment faciliter l'intégration dans HA
          Hello richardpub,
          I don't understand french, we can communicate in english.

          Kommentar


            #50
            Not being a code pro, could you guide me in using https://github.com/comcowo/OCTiS-Open/
            to turn the Git into an .exe.
            Should I use Visual Studio or Visual Studio Code??
            I did not know the existence of this great work, which should really facilitate the integration in HA​

            Kommentar


              #51
              richardpub
              I am using Visual Studio Pro but it should work with Visual Studio Code as well.
              But you need a DevExpress license to build the project.
              However, it is not necessary to build it, you can rather download the setup and install the Application on your PC.
              This is the link to the download page: https://github.com/comcowo/OCTiS-Ope...ses/tag/v1.0.1

              Kommentar


                #52
                Thank you for your reply.
                I ended up making the .exe.
                But I must admit that it is very useless to create an entity for HA.
                This is done line by line and not well indented.
                It is better to use the address group export from ETS, as I have already realized, and a formatting by concatenation plus the method provided by KevLille, on the knx.fr forum, to output a .txt file well formatted in vba with its code. You just need to improve the Code a little, so that the output is perfect and you only have to copy it to the right places in HA, at Visual Studio Code level, in the right KNX folders.​

                Kommentar


                  #53
                  Zitat von richardpub Beitrag anzeigen
                  It is better to use the address group export from ETS, as I have already realized, and a formatting by concatenation plus the method provided by KevLille, on the knx.fr forum, to output a .txt file well formatted in vba with its code. You just need to improve the Code a little, so that the output is perfect and you only have to copy it to the right places in HA, at Visual Studio Code level, in the right KNX folders.​
                  Could I ask you to explain that method briefly, please? I do not speak french, hence I would not be able to find that post.

                  Thanks a lot
                  Frank

                  Kommentar


                    #54
                    Here is the link to this topic on knx.fr:
                    https://www.knx-fr.com/showthread.php?tid=7987

                    Kommentar


                      #55
                      Lol... oh boy.. maybe I wasn't specific enough here: Even with the link I still do not speak French ;-) So thanks for the link but I would still need some explanation in a language I do actually speak ;-)

                      Never mind.

                      Kommentar


                        #56
                        Indeed there are these " " which are annoying.

                        starting from the export of the KNX address groups from ETS, we obtain a .txt file well formatted in vba with the code below.

                        Coded :

                        Private Sub CommandButton1_Click()
                        Dim i, j, LastLine, f As Worksheet
                        Set f = ActiveSheet
                        LastRow = f.Range("A1").SpecialCells(xlCellTypeLastCell).Row
                        Open "D:\TheFile.txt" For Output As Home
                        For i = 1 TB LastLine
                        Print #1, "#" & f.Cells(i, 1).Formula & Chr(13) & Chr(10);
                        Print #1, " - name: " & Chr(34) & f.Cells(i, 1) & Chr(34) & Chr(13) & Chr(10);
                        Print #1, " address: " & Chr(34) & f.Cells(i, 2) & Chr(34) & Chr(13) & Chr(10);
                        Print #1, " state_address: " & Chr(34) & f.Cells(i + 1, 2) & Chr(34) & Chr(13) & Chr(10);
                        Print #1, Chr(13) & Chr(10);
                        Next i
                        Close Home
                        End Sub​
                        In any case, it's great for integrating devices from KNX to HA.

                        Here I made you a French to English translation of what I realize now
                        (I avoid doing French to German, because Google uses English as an intermediate language and someone on the forum told me to avoid it; Obviously that made her laugh a lot. I find the German KNX forum really full know-how and a high level of skills.)​

                        Kommentar


                          #57
                          Many thanks for your efforts, really appreciated !

                          Kommentar


                            #58
                            Moin zusammen,

                            inspiriert durch diesen Thread https://knx-user-forum.de/forum/%C3%...und-empfehlung und durch die immer größer werdende Frustration über meine Hager Domovea Expert TJA470 habe ich vor wenigen Wochen begonnen, mich intensiv mit dem dem Thema Homeassistant auseinanderzusetzen.
                            Mittlerweile habe ich fast meine komplette KNX-Installation und alle meine Automationen erfolgreich und deutlich effizienter in den HA übertragen können und es funktioniert wirklich absolut tadellos und komplett unauffällig.

                            Heute stolpere ich zufällig beim Stöbern im Forum über diesen Thread hier und bin absolut geflasht.
                            Gehe ich richtig der Annahme, dass meti und farmio (https://community.home-assistant.io/u/farmio/summary) die gleiche Person sind?
                            Wenn ja, 1000 Dank für deine Arbeit an der KNX Integration. Ich bin echt noch Frischling auf dem Gebiet HA, YAML, Jinja und Co., aber es ist unfassbar geil, wie effektiv man mit ein wenig Recherche ans Ziel kommen kann.
                            Und die Möglichkeiten scheinen unendlich zu sein...

                            Viele Grüße
                            Matze

                            Kommentar


                              #59
                              Damageplan freut mich, dass es dir gefällt 👍

                              Kommentar


                                #60
                                Gibt es die Möglichkeit mit dem HA eine HSV Ansteuerung zu erstellen? Bis jetzt habe ich nur RGBW gefunden. Oder ich checks einfach nicht... ;-)
                                Habe meine RGB-CCT Led streifen mit dem MDT Dali Gateway über HSV angesteuert und würde das gerne auch auf den HA übernehmen.

                                Kommentar

                                Lädt...
                                X