Need a new search?
If you didn't find what you were looking for, try a new search!
-
AuthorSearch Results
-
Mohamed Elshazly
Participant2022-05-27 at 17:57Post count: 1#28265Topic: ETS 5.7.7 in forum Gira HomeServer |Hello,
Does anyone have ETS5.7.7 + License?
Barnir
Participant2022-04-12 at 11:54Post count: 3#27324 In reply to: ETS5 5.7.2 Download |Yup, and used the Demo 5.7.4 for a couple of really small projects, but the person i asked for help has the latest ETS5 version installed and it seems that method does not work :\
markdegroot
Participant2022-04-12 at 11:52Post count: 10#27307 In reply to: ETS5 5.7.2 Download |Did you try this: https://www.roelbroersma.nl/forums/topic/ets5-5-7-2-download/page/2/#post-20239 ?
Barnir
Participant2022-04-12 at 11:27Post count: 3#27287 In reply to: ETS5 5.7.2 Download |@markdegroot i bought the ETS6 and i’m looking to convert our previous ETS5 cracked projects… but i have no acess to a ETS5 license, do you think you could help me? or someone else around this forum
-
This reply was modified 3 years, 12 months ago by
Barnir.
KNXMechanic
Participant2021-12-30 at 16:58Post count: 3#25410 In reply to: ETS5 5.7.2 Download |Use ETS6 without dongle. Contact: [email protected]
jenzaah
Participant2021-12-09 at 08:24Post count: 3#25158 In reply to: ETS5 5.7.2 Download |If you have a valid ETS5 license, or know somebody with a valid license, you can paste the project in the active project directory, and export it again (with the valid key). That should be importable in ETS6 I guess.
JokkeVR
Participant2021-12-06 at 18:17Post count: 1#25129 In reply to: ETS5 5.7.2 Download |Hi,
Same problem here… but got it fixed :-)
Just send a support ticket with you ETS5 project to ETS support. say that you cant import your KNX installer ETS5 project into your new ETS6 Home licence. they replyed me that they can open it without any problems. So I asked if they can make a export from the ETS6 version for me.
Received it and this works fine now :-)best regards!
Jo.pjlet
Participant2021-11-29 at 11:07Post count: 2#25099 In reply to: ETS5 5.7.2 Download |Hi
i have buy a licencied ETS 6 Home version and i tried to transform my Ets5 project non licenced with this procedure but de project in not show in ets 6 after copy of the directory.
Have you a solution for this , i have tried an import but ets 6 check and say non licencied project.
thanks for your help
cico
Participant2021-10-11 at 21:01Post count: 22#24682 In reply to: ETS5 5.7.2 Download |Hi, someone found ETS5.7.6 medicine ?
knxuser2
Participant2021-10-04 at 15:24Post count: 2#24618 In reply to: ETS5 5.7.2 Download |Is it possible to load a project from a offical ets5 version in the cracked version?
JS888
Participant2021-10-01 at 15:29Post count: 5#24601 In reply to: ETS5 5.7.2 Download |Hi all,
ETS6 is there.
I’m curious and want to explore. Does anyone have a download link already?
thx-
This reply was modified 4 years, 6 months ago by
JS888.
sinn3r
Participant2021-09-18 at 09:20Post count: 377#24457 In reply to: Echte Homeserver 4.11.3 Images (patched) |Moin @etsman
Da hatte ich bislang noch keine Zeit für, sind ja für 1 Jahr Entwicklung auch überraschend wenig Neuerungen drin :(
Ich schau mal, ob ich nächste Woche die Zeit finde, mir das anzuschauen.rettroo
Participant2021-06-06 at 09:48Post count: 2#23655 In reply to: ETS5 / ETS 5.5 Professional download |Hi,
i copied the Data from this folder in my official version. The Project is no visible but if i try to open i get this error:
Knx.Ets.ViewModel.UIFrameworkException: Das Projekt wurde nicht auf diesem PC importiert.
someweirdsin
Participant2021-06-03 at 16:28Post count: 2#23633 In reply to: ETS5 / ETS 5.5 Professional download |Hello, people of Earth.
I have installed ETS SDK recently and made wrappings in JavaScript(using Jint interpreter) for some Sdk functions.
https://box.bobalus.tech/cloud/index.php/s/j8Yb23xqtKNQR7C
md5 hash: 3d8fce6050db844c16c45fd257ccb12dArchive contains project source code and compiled binaries, zipped into .etsapp container.
All of these I developed and compiled in MicroSoft Visual Studio Community edition, which is free to use for physical person.
As and editor I used AvalonEdit and Ctrl+Space inside text area should show helper with commands.
I didn’t use it with ETS, but, guessing, it is working (at least source code is ok).
As a general reminder: always make backups for your own good.
Simple example:
setStrictMode(false); createGroupAddress("2/3/4", "meoow");More complex example(create group addresses and link comm objects for device):
clear(); setStrictMode(false); let device = "1.1.1"; let range = "1/1"; let i = 0; let info = getDeviceInfo(device); writeln(JSON.stringify(info, null, 2)); info.communication_objects.forEach(function(co) { let addr = range + i; createGroupAddress(addr, co.text); link(device, co.number, addr); });Last one:
// now a quick way to swap communication objects - // for example you need to swap two push buttons on device clear(); function swapCo(device, num1, num2) { let info = getDeviceInfo(device); writeln(info, 1); let co1 = null; let co2 = null; info.communication_objects.forEach(function(co) { if (co.number === num1) co1 = co; else if (co.number === num2) co2 = co; }); if (co1 === null || co2 === null) return writeln("some of comm objects not found"); co1.links.forEach(function(l) { unlink(device, co1.number, l); link(device, co2.number, l); }); co2.links.forEach(function(l) { unlink(device, co2.number, l); link(device, co1.number, l); }); }; swapCo("1.1.42", 17, 122); swapCo("1.1.42", 27, 132);-
This reply was modified 4 years, 10 months ago by
someweirdsin. Reason: formatting
someweirdsin
Participant2021-05-13 at 14:53Post count: 2#23500 In reply to: ETS5 / ETS 5.5 Professional download |rettroo,
take a look at “C:\ProgramData\KNX\ETS5\ProjectStore” and figure it out
-
This reply was modified 3 years, 12 months ago by
-
AuthorSearch Results