Posts: 214
Threads: 33
Joined: Aug 2006
Reputation:
0
With an incresing number of devices offering thier RS232 command set via IP control I think a relitivly simple change to Comforts Ethernet UCM could support quite a bit of kit.
I\'m thinking of a new command something like:-
SENDIP <IPAddress> <Your command here>
If you want full two-way connectivity then perhaps that is where the UCM/Universal could step in.
While on the matter of Ethernet connectivity who else would like to see a lot more functionality offered here?
NTP time syncronisation, emailing on certain events, auto emailing of event logs, remote control via email. etc. etc.
Posts: 106
Threads: 4
Joined: Jan 2009
Reputation:
0
it is interesting
Is there a list of useful standard commands that can be used?
Posts: 1,255
Threads: 219
Joined: May 2007
Reputation:
0
I have created a comfortclient plugin that does this. Ingo wanted for something he\'s trying to control. It was only a few lines of code but linked to floorplan it could be useful maybe to people.
Julian
Posts: 807
Threads: 196
Joined: Jul 2006
Reputation:
0
A point worth highlighting here is that garym999 product is DIN rail mounted.
So could be mounted in a small consumer unit or similar with access( I presume ) from the front panel e.g.no need to take covers etc off to access / see if it is working (presumably flashing LED\'s etc).
Posts: 214
Threads: 33
Joined: Aug 2006
Reputation:
0
Admin, so if I understand this correctly using the method you\'ve mentioned I can send plain/hex text to a single predefined IP address?
If so this is along the lines of what I\'m thinking about but made more accessible within comfigurator such that you can specifiy the IP address and there by control multiple devices from one UCM/Ethernet
For example we have built an IP gateway to Philips Dynalite so to send a message to the gateway might look like this:
SENDIP UCMNo IPADDRESS:SOCKET DATA
SENDIP 1 192.168.1.10:1234 1C,0A,64,00,00,00,FF,77 (Area 10 Preset 1)
For a TV it might be
SENDIP 1 192.168.1.11 PWRON
For a Video matrix it might be
SENDIP 1 192.168.1.23 S1Z2 (Source 1 to Zone2)
Internally within the firmware there would also need to be some code to open and close the socket with the comms data in the middle.
It certainly opens up connectivity and automation