Need a new search?

If you didn't find what you were looking for, try a new search!

Viewing 15 results - 196 through 210 (of 212 total)
  • Author
    Search Results
  • PhyxxPhyxx
    Participant
      Post count: 15

      Hi again,

      like Roel said: For educational purpose: ETS 5.6.6 somewhere in the middle ;)
      https://boerse.to/thema/knx-ets4-programmiersoftware-v5-v4.1799319/

      Have fun
      Phyxx

      FelixFelix
      Participant
        Post count: 5

        Herbie,
        Helemaal onderaan rechts zie de versie van ETS staan, in dit geval staat er “ETS Versie ETS 5.6.3 (Build 840)”. Als je daarop klikt komt er een venster tevoorschijn waar je de update kunt uitvinken.

        Hopelijk is dit duidelijk uitgelegd.

        Voorlopig werkt het uitstekend zonder bugs of dergelijke.

        • This reply was modified 6 years, 7 months ago by FelixFelix.
        HerbieHerbie
        Participant
          Post count: 2

          Felix, waar vind ik in de settings de mogelijkheid om de automatische update aan/uit te zetten?

          Ik heb op het ogenblik de versie ETS 5.5.2 geinstalleerd en daar vind ik het ook niet terug in de settings.

          Kan je mij helpen over dit onderwerp.

          Herbie

          HerbieHerbie
          Participant
            Post count: 2

            Ik heb deze versie succesvol kunnen instaleren. Alleen is het me niet duidelijk hoe en waar de settings staan voor het blokkeren van de updates !!!
            Bij settings ETS5 menu vind ik NIETS hierover.Wie kan mij helpen

            sinn3rsinn3r
            Participant
              Post count: 369

              Hey @Ruben,

              did you change the interface in Experte Settings (Projekteinstellungen -> EIB & iETS -> Schnittstelle) to USB?
              VMware Workstation can access the host’s USB ports (Hyper-V can not).

              Best regards,
              sinn3r

              • This reply was modified 6 years, 8 months ago by sinn3rsinn3r.
              PhyxxPhyxx
              Participant
                Post count: 15

                Hallo zusammen,

                Ich denke immer noch darüber nach mir den “Ultimativen ETS5 Schnellkurs” von eibmeier zu kaufen. Aber der Preis ist wirklich signifikant.

                Was denkt ihr über den Kurs?

                Ich habe bisher nur den ETS4 Kurs von ihm gelesen und da sind so viele Rechtschreibfehler enthalten, dass mir schlecht wird, aber er erklärt wirklich nicht schlecht.

                Vielleicht hant ihr ja auch eine Leseprobe…

                Grüße
                Phyxx

                sinn3rsinn3r
                Participant
                  Post count: 369
                  #2844 In reply to: HS4 Update 4.7 |

                  Da sich intern wohl zu viel geändert hat (wegen SSL, neues Python usw.) bin ich einen anderen Weg gegangen und habe ein frisches Debian installiert (auf die alte virtuelle Festplatte mit identischen Partitionen).
                  Folgendes habe ich mir dabei notiert:
                  Debian 9.5 x64 installieren, nur OpenSSL-Server. Debian x86 hat unter Hyper-V keine Netzwerkkarten gefunden und zudem ewig zum Booten gebraucht. Ubuntu x86 das selbe. Daher bleibe ich jetzt eben bei der 64-Bit Version. Beim Installieren der Komponenten muss man nur beachten, auch die 32-bit und nicht die 64-bit Versionen zu installieren.

                  “dpkg –add-architecture i386” (aktiviert die Unterstützung für 32-bit)
                  “apt-get update”
                  “apt-get install python:i386 python-pil:i386 python-numpy:i386 openssl:i386 mc setserial joe net-tools cpio psmisc haproxy”
                  change #PermitRootLogin to #PermitRootLogin yes in /etc/ssh/sshd_config (damit man sich per OpenSSL als root anmelden kann)
                  >Reboot<
                  mkdir /INSTALL
                  mkdir /INSTALL/ex
                  die mit 7-Zip 2x entpackte INITRD-Datei (aus der firmware.dat, die ca. 50MB Version, nicht die 12MB Version) nach /INSTALL transferieren (mit WinSCP)
                  “cd /INSTALL/ex”
                  “cpio -i < /INSTALL/INITRD”
                  /INSTALL/ex/hs nach / kopieren
                  Aus dem INSTALL/ex Ordner noch die Python-lib “Serial” nach /usr/lib/python2.7/dist-packages kopieren (hier habe ich kein passendes Paket zum Installieren gefunden)
                  /usr/sbin/dmidecode ersetzen mit einer gültigen MAC-Adresse, z.B. ‘echo “000AB3022955″‘

                  Da die Netzwerkinterfaces bei neuen Kernel-Versionen nicht mehr eth0 usw. heißen, wird die alte Benennung wieder aktiviert:
                  Edit /etc/default/grub file and add net.ifnames=0 biosdevname=0 parameters to GRUB_CMDLINE_LINUX variable like that:
                  GRUB_CMDLINE_LINUX=”net.ifnames=0 biosdevname=0”
                  Update the grub config and reboot the system:
                  $ sudo update-grub
                  $ sudo reboot

                  Gestartet wird dann “/hs/bin/hs_main main”
                  Hierfür habe ich einen Service eingerichtet, der automatisch Neustartet bei Beendigung, so dass ein neues Projekt nach dem Hochladen direkt aktiviert wird.
                  Da sich intern wohl zu viel geändert hat (wegen SSL, neues Python usw.) bin ich einen anderen Weg gegangen und habe ein frisches Debian installiert (auf die alte virtuelle Festplatte mit identischen Partitionen).
                  Folgendes habe ich mir dabei notiert:
                  Debian x64 installieren, nur OpenSSL-Server. Debian x86 hat unter Hyper-V keine Netzwerkkarten gefunden und zudem ewig zum Booten gebraucht. Ubuntu x86 das selbe. Daher bleibe ich jetzt eben bei der 64-Bit Version. Beim Installieren der Komponenten muss man nur beachten, auch die 32-bit und nicht die 64-bit Versionen zu installieren.

                  “dpkg –add-architecture i386” (aktiviert die Unterstützung für 32 Bit)
                  “apt-get update”
                  “apt-get install python:i386 python-pil:i386 python-numpy:i386 openssl:i386 mc setserial joe net-tools cpio psmisc haproxy”
                  change #PermitRootLogin to #PermitRootLogin yes in /etc/ssh/sshd_config (damit man sich per OpenSSL als root anmelden kann)
                  >Reboot<
                  mkdir /INSTALL
                  mkdir /INSTALL/ex
                  die mit 7-Zip 2x entpackte INITRD-Datei (aus der firmware.dat, die ca. 50MB Version, nicht die 12MB Version) nach /INSTALL transferieren (mit WinSCP)
                  “cd /INSTALL/ex”
                  “cpio -i < /INSTALL/INITRD”
                  /INSTALL/ex/hs nach / kopieren
                  Aus dem INSTALL/ex Ordner noch die Python-lib “Serial” nach /usr/lib/python2.7/dist-packages kopieren (hier habe ich kein passendes Paket zum Installieren gefunden)
                  /usr/sbin/dmidecode ersetzen mit einer gültigen MAC-Adresse, z.B. ‘echo “000AB3022955″‘

                  Da die Netzwerkinterfaces bei neuen Kernel-Versionen nicht mehr eth0 usw. heißen, wird die alte Benennung wieder aktiviert:
                  Edit /etc/default/grub file and add net.ifnames=0 biosdevname=0 parameters to GRUB_CMDLINE_LINUX variable like that:
                  GRUB_CMDLINE_LINUX=”net.ifnames=0 biosdevname=0”
                  Update the grub config and reboot the system:
                  $ sudo update-grub
                  $ sudo reboot

                  Gestartet wird dann “/hs/bin/hs_main main”
                  Hierfür habe ich einen Service eingerichtet, der automatisch Neustartet bei Beendigung, so dass ein neues Projekt nach dem Hochladen direkt aktiviert wird.
                  /etc/systemd/system/hs4.service erstellen mit folgendem Inhalt (ohne die #):
                  ##############################################
                  [Unit]
                  Desription=homeserver 4 with systemd, respawn
                  After=network.target

                  [Service]
                  ExecStart=/hs/bin/hs_main main
                  Restart=always

                  [Install]
                  WantedBy=multi-user.target
                  ##############################################

                  Anschließend aktivieren mit “systemctl enable hs4.service”

                  >Reboot< -> fertig

                  Sogar mein altes Projekt hat er direkt wieder geladen, allerdings schadet es sicher nicht, das Projekt mit Experte 4.7 erneut zu übertragen.

                  Das letzte “Problem”, was mir noch bleibt:
                  Nach einem Neustart des HS wird in der Standardkonsole nicht mehr die Ausgabe des Homeservers angezeigt (wie bei 4.5 und früher), hier fehlt mir leider das Wissen, warum das so ist. Ist jetzt eigentlich nicht tragisch, fand ich nur immer ganz nett.

                  Viel Erfolg :)
                  sinn3r

                  RoellerRoeller
                  Keymaster
                    Post count: 53

                    Thanks to Boerse.to I saw a download link to ETS 5.6.3. It’s a link (via linkprovider: BIT.LY) and hosted/stored at MEGA.NZ.

                    ON REQUEST OF KNX, I REMOVED THE LINK, HOWEVER, YOU CAN STILL SEARCH THIS PAGE VIA THE WEB ARCHIVE OR GOOGLE CACHE:

                    https://web.archive.org/web/20190125151129/https://www.roelbroersma.nl/forums/topic/ets-5-6-3-professional-download/

                    ON WHICH YOU CAN STILL FIND THE ORIGINAL LINK

                    Even though I have a valid license myself!, I tried the link. It indeed installed an ‘cracked’ version of 5.6.3. I only inform you about the link which I found and which is publicly available (bit.ly). I do not post the direct link to MEGA or a direct-download itself.

                    Please, ONLY use for educational USE! I just post the link which I found via a forum (mentioned above). Do not blame me for just posting a link which is publicly available and not hosted by me.

                    • This topic was modified 6 years, 4 months ago by RoellerRoeller.
                    • This topic was modified 6 years, 4 months ago by RoellerRoeller.
                    • This topic was modified 6 years, 4 months ago by RoellerRoeller.
                    RoellerRoeller
                    Keymaster
                      Post count: 53

                      I was Google’ing around and on a Forum I found a link which ended in a Mega.nz download for ETS5!

                      ETS 5.0.5 Professional
                      ETS 5.5.2 Professional (update only)

                      Even though I have a valid license myself!, I tried the link. It indeed installed an ‘cracked’ version of 5.0.5. Later I installed the other link and voila.. it upgraded to 5.5.2. I only inform you about the link which I found and which is publicly available (is.gd). I do not post the direct link to MEGA or a direct-download itself.

                      Please, ONLY use for educational USE! I just post the link which I found on Google.

                      FunkstoerungFunkstoerung
                      Participant
                        Post count: 28
                        #1581 In reply to: USB in Vmware |

                        weis nicht was du mit eibd.conf genau meinst.

                        /etc/default/eibd sieht wie folgt aus

                        #USB-Schnittstelle
                        EIB_ARGS=”–daemon –Routing –Server –Tunnelling –Discovery –GroupCache –l$
                        EIB_ADDR=”0.0.200″
                        USBID=$(findknxusb | grep device: | cut -d’ ‘ -f2)
                        EIB_IF=”usb:$USBID”

                        rot erweiterung und ip-interface sind auskommentiert.

                        in der plugin.conf steht:

                        # plugin.conf

                        [knx]
                        class_name = KNX
                        class_path = plugins.knx
                        host = 192.168.1.14
                        port = 6720
                        # send_time = 600 # update date/time every 600 seconds, default none
                        # time_ga = 1/1/1 # default none
                        # date_ga = 1/1/2 # default none

                        denke das ist aber nur für smarthome.py

                        die ets findet den eibd ohne problem auf 192.168.1.14: 3671

                        FunkstoerungFunkstoerung
                        Participant
                          Post count: 28
                          #1563 In reply to: USB in Vmware |

                          Hmm, also routing fehlte schon mal bei mir. Wenn ich aber versuche zu schalten sagt mir der HS: typeError:getsockaddrarg:AF_Inet adress must be tuple not NoneType

                          FunkstoerungFunkstoerung
                          Participant
                            Post count: 28
                            #1556 In reply to: USB in Vmware |

                            Tja, bekomme immer die folgende Error Message: TypeError: af_inet address must be tuple not nonetype

                            Im Knx Userforum hatte es wohl jemand gelöst, aber leider nicht geschrieben wie.

                            http://knx-user-forum.de/knx-eib-forum/19162-licht-geht-nicht.html

                            Ist schon merkwürdig, mit der ETS kann ich über die IP und Port des EIBD konfigurieren, aber der HS will mit den gleiche Einstellungen nicht.

                            Kann mir jetzt nur noch vorstellen das es am multicast liegt. Vielleicht geht das bei meinem Switch nicht

                            RoellerRoeller
                            Keymaster
                              Post count: 53

                              1) Understanding
                              A Dutch (Belgium) manual explaining the Homeserver, Experte Software, how to program/configure, etc.
                              Mirror download: http://www.roelbroersma.nl/media/pdf/Handleiding_Gira_Homeserver_3.pdf

                              2) Address your devices (program the devices, give it a 3 number ‘address’ like “2.3.1”) using ETS software: http://pirateproxy.net/torrent/8186732/ETS_4.1.6_Professional

                              3) Build a Homeserver and import the devices/address. Now it’s time to create the logic (bind switches to actors, create time schemes, etc.)

                              Here is a YouTube video about how to setup the homeserver (using the free Gira Experte software and IMPORT the addresses in it which you gave to the devices using the ETS4 software).

                              EIB_DIYEIB_DIY
                              Participant
                                Post count: 1

                                Hi.
                                Here is my summary on how I built a working hardware box.

                                Hardware :
                                – a used Wyse J400 WT941GXL WinTerm thin client (must be one with a VIA CPU, some are with AMD !!!).
                                – a 2GB female IDE 40-pin Disk-on-module flash drive (mine is from Transcend).
                                – an old ISDN-PCI card with HFC-S PCI chip (not really needed but since I had it anyway …)
                                – some PC133 RAM (2 x 512MB is the max)

                                The Wyse WT941GXL is a nice start for this project as it is a real mini-PC with an original VIA EPIA motherboard (1 GHz C3 CPU) with 100% passive cooling and an on-board VIA Rhine VT6103 LAN chip.
                                Used, it is also quite cheap to buy today.
                                My Wyse box was the “luxe” version, so it came with 512 MB ram and a small hard drive of 40GB.
                                The normal version comes with less ram and a small DOM (no HDD) : just add some ram if needed. Until today, I still have 512MB ram in mine.

                                I removed the HDD from my Wyse box, so no moving parts anymore, like the original box.
                                The power supply unit inside the Wyse box has two cables ready to give power to DOM’s but, I had to modify one of the cables as it wasn’t with the right connector for my 2GB DOM. The soldering iron was needed to modify it the right way but it was a quick and very easy work. Some heat-shrink tube was also handy to make it looking good.

                                Now the config :
                                In the BIOS settings, I load “Optimized settings”, then I modify this :
                                – serial port : 3F8 irq 4
                                – parallel port : Normal
                                – no boot logo
                                – pushing the power button shuts down immediately (no 4 sec wait)
                                – all passwords disabled (by default, the BIOS from Wyse uses “Fireport” as admin password).
                                I’m not sure what are the best settings for the “power management” section.
                                N.B. Wyse uses a modified BIOS, I think it is possible to flash the latest “normal” BIOS from VIA but I didn’t tried this and have no idea what it could change (in good or bad…).

                                The 2GB DOM is plugged into the first IDE slot, but set as “slave”.
                                I used FreeDOS and “fdisk” to make 4 Primary DOS partitions :
                                16MB (Active), 110MB, 870MB, 870MB. All 4 formatted in FAT.
                                Install FreeDOS on drive C: (16MB) and make this partition bootable.
                                Copy the firmware files (“DOLINUX.BAT, …) on drive D: ; I used firmware version 2.5.
                                It is also the right time to copy the 2 nice utilities (read below) on drive C:.
                                For what I tried, the easiest way for doing this is to use another IDE HDD/DOM, already formated and configured with FreeDOS and having all useful file copied on it.
                                Plug this other HDD/DOM as secondary master and boot on it by changing the BIOS boot order. The advantage of doing it this way is that you are sure that the partition table on the 2GB DOM are correctly created regarding the disk geometry reported by the BIOS ; I’ve see strange things happening when the DOM was partitionned/formatted on one PC and then moved on another PC.
                                Remeber that DOS has a weired way of giving drive letters when you have 2 HDDs on a computer :
                                C: is the first primary DOS partition on the first HDD
                                D: is the first primary DOS partition on the second HDD
                                then all other DOS partitions form the first HDD
                                and then all other DOS partitions form the second HDD
                                Once you have created the 4 partions on the 2GB DOM, you must reboot before formating and copying, so it is MUCH easier if you only have one DOS partition on your temporary HDD (the one in secondary master IDE) :
                                C: is your temporary
                                D: will be your future C: (16MB)
                                E: will be your future D: (110MB)
                                etc.

                                Now the “magical tour” :
                                On the internet, you will find 2 very nice utilities (to be copied on a subdirectory of your C: drive …)
                                The first one is “eeprom.exe” (and eeprom.txt), made by VIA to edit some settings on the LAN chipsets like the VT6103. I used version 3.14 of this utility, but some others do exist also.
                                Search on the web with “VT6103” and “eeprom” as keywords …
                                The usage is very simple : in DOS, type “eeprom.exe -km1 XXXXXXXXXXXX” where the X’s are your desired MAC address without “:” nor “-“.
                                The other nice utility is “SMBCFG.EXE”.
                                This is a menu driven utility made to read and MODIFY some information stored into your motherboard, like serial numbers for exemple. Those information are also used by DMIDECODE in Linux.
                                I found 2 “serial number” strings empty in my Wyse box, so I filled both with my MAC address.
                                Search on the web with “smbcfg.rar” and “biosrepair.com” as keywords …

                                Remove the temporary HDD, close the Wyse box and restart … you should have a dos prompt soon.
                                Use the 2 utilities.
                                Reboot the box.
                                Go to drive D: and type DOLINUX + enter, firmware 2.5 should start with NET NET NET …
                                Push the power button twice to reboot.
                                Now, all it take to start the firmware automatically is to edit the autoexec.bat file and, at the end, go to the D: drive and execute “DOLINUX.BAT”.

                                When it is OK, make a very light config with the expert 2.5 (IP and KNX base settings, one “admin” user with password and rights set, …) and push the config into the box via serial port (you will need a null modm cable between your PC and the COM port of the Wyse box).
                                After a reboot and a download, your box should restart with an IP address and be rechable via network.

                                From that point, you can stop expert 2.5 and start expert 2.10.
                                A firmware upgrade of the box to 2.10, via network, is working with one exception : “DOLINUX.BAT” has been replaced by “DOLINUX2.BAT”, so the AUTOEXEC.BAT file must be adapted.
                                If your box keeps rebooting with firmware 2.10, then you should look for another MAC address and reuse the two nice utilities ; it is possible to stop DOS from playing the AUTOEXEC.BAT file if you push F5 (or another “F” key ???) at the right time, in order to get out of the infinite reboot loop.

                                I didn’t try firmwares above 2.10 yet.

                                EfeeEfee
                                Participant
                                  Post count: 13

                                  okay, komme nun zumindest über den Browser an den Server ran. Neues Projekt übertragen.
                                  Im EIB bekomme ich ein “?” bei der Phys. Adresse. Hab ich die im ETS nicht gescheit konfiguriert? oder es liegt halt wirklich and der MDT Schnittstelle.

                                  Naja, einen kleinen SChritt weiter zumindest.

                                  Danke euch.

                                  Gruß
                                  Efee

                                Viewing 15 results - 196 through 210 (of 212 total)