Need a new search?
If you didn't find what you were looking for, try a new search!
-
AuthorSearch Results
-
Felix
Participant2018-11-07 at 15:59Post count: 5#3315 In reply to: ETS 5.6.3 Professional Download |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, 5 months ago by
Felix.
Herbie
Participant2018-10-28 at 10:24Post count: 2#3294 In reply to: ETS 5.6.3 Professional Download |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
Herbie
Participant2018-10-28 at 10:21Post count: 2#3292 In reply to: ETS5 / ETS 5.5 Professional download |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 helpensinn3r
Participant2018-10-16 at 10:20Post count: 369#3245 In reply to: VM downloads (Xenserver, VirtualBox, VMWare) |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, 6 months ago by
sinn3r.
Phyxx
Participant2018-09-22 at 20:17Post count: 15#3153Topic: ETS5 Schnellkurs von eibmeier in forum Gira HomeServer |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
Phyxxsinn3r
Participant2018-08-16 at 10:47Post 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 rebootGestartet 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 rebootGestartet 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 :)
sinn3rRoeller
Keymaster2018-05-29 at 17:03Post count: 51#2691Topic: ETS 5.6.3 Professional Download in forum Gira HomeServer |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:
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, 3 months ago by
Roeller.
-
This topic was modified 6 years, 3 months ago by
Roeller.
-
This topic was modified 6 years, 3 months ago by
Roeller.
Roeller
Keymaster2017-02-01 at 16:55Post count: 51#2230Topic: ETS5 / ETS 5.5 Professional download in forum Gira HomeServer |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.
Funkstoerung
Participant2015-01-04 at 22:19Post 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 nonedenke das ist aber nur für smarthome.py
die ets findet den eibd ohne problem auf 192.168.1.14: 3671
Funkstoerung
Participant2015-01-04 at 08:15Post 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
Funkstoerung
Participant2015-01-01 at 21:14Post 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
Roeller
Keymaster2014-01-15 at 13:01Post count: 51#1227Topic: Newbie: How to program/config Homeserver in forum Gira HomeServer |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.pdf2) 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_DIY
Participant2013-10-16 at 02:07Post count: 1#1022Topic: Hardware HS3 Tutorial – English in forum Gira HomeServer |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.
Efee
Participant2013-10-04 at 00:33Post count: 13#1015 In reply to: HS3 Tutorial – German |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ß
Efeehs815
Participant2013-04-16 at 11:11Post count: 1#756 In reply to: Firmware Experte 4 |Hy Gedia,
i figured out, that with new kernel you dont nee dhc or hdb anymore..
it just works with sda…
thats what i did:
i updated my old HS3 (on kvm) to the new 4.0
the major change was the harddisk is now sda and no longer hdc
i use a suse11.3 64bit (know its not the newest).
created 4 partitions:
/dev/sda1 1 132 1060258+ 82 Linux swap / Solaris
/dev/sda2 133 1177 8393962+ 83 Linux
/dev/sda3 1178 1309 1060290 6 FAT16
/dev/sda4 1310 1441 1060290 6 FAT16then i extracted the firmware file from experte 4 (zip) for HS3
(because i works with my old mac-address)
therefor i unpacked the inird with
gzip -dc ../INITRD | cpio -id
to a dir..then i copied the hs dir to the rootpath of my linux
and when i started i needed to install some python-packages..
but first i copied all the python-dirs to my linux /usr/lib/python
there is a PIL dir which is needed..then i can start it. With a script.
*****************************************
PYTHONPATH=/usr/lib/python/PIL
export PYTHONPATH
TZ=CET-1CEST,M3.5.0/2:00,M10.5.0/3:00
export TZ
hwclock –hctosys –utc
setserial /dev/ttyS0 autoconfig
setserial /dev/ttyS1 autoconfig#only needed for serial transfer 1 time:
#/hs/bin/hs_main trans
#killall -9 python/hs/bin/hs_main main
reboot
*********************
The communication for the first time I did with a nullmodem cable to windows8
The serialport on the new hs was ttys0…. It also changed…
Now it works fine…on original HS4-hardware there are
15MB
110MB
870MB
870MBall dos formatted, but the do something strange with turbodisk..
and then start it with loadlin to a ram -image. with busybox -
This reply was modified 6 years, 5 months ago by
-
AuthorSearch Results