Best Of
Re: KNX gateways
With this gateway, we have many problems with network connections.
After a network interrupt, module does not correct reconnect, or hangs in Inti-State, sometimes its need a full controller-restart.
So i write my own little module wich communicate with KNXnet/IP Tunnelling Protocol.
Its works fine, and i can when needed free extend this module.
The NetLinx coding i have translated from C# by follow source:
https://github.com/lifeemotions/knx.net/tree/master/src/KNXLib
For more information, the full protocoll specification you can download from:
https://my.knx.org/en/shop/knx-specifications
This Specifications are free, (buy for 0$), you need only create a account on https://www.knx.org/
For gateway we use the Interface IPS/S 3.1.1 from ABB.
http://www.knx-gebaeudesysteme.de/sto_g/Deutsch/Oesterreich_Schweiz/ABB_ibus_KNX/_HTML/product_2CDG110177R0011.htm
This gateway is cheaper than Comm-Tec-Gateway and does not need 220V power!
You can also up to 5 network-connections at same time to this gatway! (NX-1200, ETS5, etc, etc, etc)
You need only ETS5 for configure the IP-Address & physical address.
ETS5 application is also available as demo by Maximum of 5 KNX devices per project.
In attachment you can find my module
Good luck

Re: NX controller user security settings?
@John Nagy said:
@vining said:
Well at least I now know I’m not crazy.I say wait for multiple data points before charting a conclusion...
i was only speaking in regard to the post subject matter. In most other things I can’t say I’ve ever been right in the head. Just being here still is a prime example.

Re: AMX Mail Client
So you want your master to retrieve emails, parse emails with a particular subject line and have the master do something based on what was contained in the email?
What exactly are you trying to do? There might be better ways.

Re: LG TV's IP control
For my case, both ports ( 9760-9761 ) refuse the connection. There is really a smart phone app to control them but it initially needs a key number to pair with TV's.
Does this mean that they only use a closed protocol ?
Re: SSH Connection to a Biamp TesiraForte AI mixer
Oh yeah, probably not a "best practice" to post code with credentials...
Re: PLEASE READ ME FIRST: HARMAN Professional Technical Support
I don't feel most the denizens of this forum have looked at it as a substitute or replacement for tech support. The only people I ever saw that seemed to be suffering under the mistaken notion were the end-users and trunk slammer who were trying to avoid being legit AMX dealers.
But thanks for the notice and heads-up.

Re: Sony Bravia series IP control problems
Discovery: Someone sent students out to do the firmware updates on the displays. For the most part our student workers do a pretty good job, but...
Re: Command for Audio Switcher
Not meant to be rude but it sounds like you need more than that..
Have you programmed a DSP before, BSS? Read the API that Rob put up a link for, its a great protocol but requires a little thought as its all in hex, has special bytes, escape sequences and checksums. It will require you to insert the ID of the DSP the ID of the DSP control object, etc.. Its a little more involved then typing in "SWITCH:3"
