CENTRO-M
Re: CENTRO-M
Initial command field should contain the command itself, eg a username/password for telnet login, as per the 'adding a device' forum documentation. The app startup action window says 'Actions when app is first launched', and doesn't affect a Centro.
Agree that a Centro macro execution type: On Startup would be useful. This is on the development wish list.
Agree that a Centro macro execution type: On Startup would be useful. This is on the development wish list.
You do not have the required permissions to view the files attached to this post.
Re: CENTRO-M
A possible issue with using the Device command is that the subscription does not require a constant connection the ISY sends data to the device address as long as the subscription is active.
At least that is how I understand it, a maintain connection is not required and all outgoing commands are passed through another device with the same ip & port info.
So I not sure how that will impact the initial command, will it refire every time a command is issued or a feedback is received ???
At least that is how I understand it, a maintain connection is not required and all outgoing commands are passed through another device with the same ip & port info.
So I not sure how that will impact the initial command, will it refire every time a command is issued or a feedback is received ???
Re: CENTRO-M
Ok, I have had the chance to try this to subscribe to the ISY, but am not getting the expected outcome...DemoPad wrote:Initial command field should contain the command itself, eg a username/password for telnet login, as per the 'adding a device' forum documentation. The app startup action window says 'Actions when app is first launched', and doesn't affect a Centro.
Agree that a Centro macro execution type: On Startup would be useful. This is on the development wish list.
I have tried two things:
1st - Copied the working Pre-defined command to a Centro macro. Manually activated this command which does have the expected outcome successfully establishing the ISY subsctiption. Sending the same command through a button on the device and utilizing the "Route command via the Processor" also works without issue.
2nd - I then copied this same command to the "Initial Command" section of the "Device Properties." This however, is not working and does not establish the desired subscription upon Centro startup or restart.
Based on these results, I am guessing there must be some different means formatting the two different methods of sending the command. Am I misunderstanding how the "Initial Command" works? Can Demopad offer some insight on how to get this "Initial Command" working until the "On Startup Macro Execution Type" becomes available?
The command in question follows:
POST /services HTTP/1.1 \x0D\x0AHost: 192.168.2.5:80 \x0D\x0AAuthorization: Basic XXXXXXXXXXXXXXXXXXXX \x0D\x0AContent-Length: 192 \x0D\x0AContent-Type: text/xml; charset="utf-8" \x0D\x0A\x0D\x0A<s:Envelope><s:Body><u:Subscribe xmlns:u="urn:udi-com:service:X_Insteon_Lighting_Service:1"><reportURL>REUSE_SOCKET</reportURL><duration>infinite</duration></u:Subscribe></s:Body></s:Envelope>
Thanks for the help.
Re: CENTRO-M
Is this a stupid question!
Can the Centro-M still send astrological timed events through its own outputs if the unit loses ethernet connection?
Thanks
Can the Centro-M still send astrological timed events through its own outputs if the unit loses ethernet connection?
Thanks
Re: CENTRO-M
Not a stupid question - yes it can - we went to great lengths to ensure the Centro astronomical timer was not internet based - it does the calculation on the unit for the sunrise / sunset times based on the location.asimp11 wrote:Is this a stupid question!
Can the Centro-M still send astrological timed events through its own outputs if the unit loses ethernet connection?
Thanks
Centro-8M: unreachable after power outtage
Just a heads up. We had a power failure and, once power was back, the client devices could not 'see' the Centro-8M. I didn't have time to investigate so I just powered off/on the Centro-8M and all was good.
Re: Centro-8M: unreachable after power outtage
The latest firmware update 2.1.2 deals with some reported issues surrounding network reconnectivity.cv27 wrote:Just a heads up. We had a power failure and, once power was back, the client devices could not 'see' the Centro-8M. I didn't have time to investigate so I just powered off/on the Centro-8M and all was good.
Re: Centro-8M: unreachable after power outtage
I tried several times to update software. All seems to have gone well, but after the reboot, here's what I see: 'Software version', 'Automation system software': what is the difference between the two and is 'system software' the firmware?DemoPad wrote:The latest firmware update 2.1.2 deals with some reported issues surrounding network reconnectivity.cv27 wrote:Just a heads up. We had a power failure and, once power was back, the client devices could not 'see' the Centro-8M. I didn't have time to investigate so I just powered off/on the Centro-8M and all was good.
You do not have the required permissions to view the files attached to this post.
Re: CENTRO-M
The 2 firmware values are to assist us with diagnosing issues. As long as the software version matches what is available, you have updated correctly. On the firmware update page, it should really show that version rather than the other number, but until you go through another firmware update process you will see the automation software version - you can just ignore that for now
- Cheesegeezer
- Posts: 47
- Joined: Wed Mar 02, 2016 10:15 pm
- Location: On an oil rig somewhere
Re: CENTRO-M
The pro software lets you export IR codes from pre-defined commands into LIRC format for use with the IR trigger function, but there is no learning ability on the Centro-8M. Our Centro-CM has a 38Khz IR learner function though.
- Cheesegeezer
- Posts: 47
- Joined: Wed Mar 02, 2016 10:15 pm
- Location: On an oil rig somewhere
Re: CENTRO-M
Many Thanks, I tried to input my pro code again but got "Auth Error", Email sent to you guys.
Here is what I got from a supplier for IR codes. I'm not very good with them, there is LIRC and pronto formats. Can you help with what I got and how to input them correctly in the demopad software please. I understand the A, B, C as their remotes only work on when A is pressed. Device is SMSL-AD18
Using NEC code
System Code:
A pos: 0x1234
B pos: 0x1235
C pos: 0x1236
Custom Code:
POWER, //0x01
INPUT, //0x07
MENU, //0x04
VOLUME_UP, //0x02
VOLUME_DOWN, //0x06
MUTE, //0x09
EQ, //0x08