Recent Posts

Pages: [1] 2 3 ... 10
1
General discussion forum / Operating RRC1258 outputs via scripts
« Last post by pe1hzg on 2024-04-17, 21:22:05 »
With the current energy prices, it is desirable to switch-off a remote site when not in use. The Webswitch 1216 would be desirable but is not available. And solid-state relays, like the RP1A48D5 are readily available at Reichelt and can be used to switch 230Vac.

The RRC1258 are open collector so the relays should be connected between the OUT ports (pin 5, 6, and 3 of the I/O connector) and the 8V out (pin 7 of the I/O connector). The outputs are programmed as On/Off. I'm using the K3 clone function, and then OUT0 is hard-configured but OUT1 and OUT2 are available.

I don't want to expose the web interface of the RRC to the Internet. So much is happening via HTTP these days, and the RRC doesn't do encryption. Operating the web-interface via a tunnel is possible, but if all I need to do is set or reset an output, then a simple shellscript on a raspberry is just as well. How to operate the web-interface via a shellscript?

Some experimentation learns that to switch-on OUT2, you can use something like:

  wget -q  --post-data 'out2Mode=4&out2OnOff=OFF' --output-document /dev/null http://IP.AD.DR.ES/settings


Note that ON and OFF are reversed, so out2OnOff=OFF switches the port ON, and out2OnOff=ON switches the port OFF.

To switch port1 instead of port2, change 'out2' to 'out1' above.

If your RRC is password-protected, you need to add:

  wget -q  --user USERNAME --password PASSWORD --post-data 'out2Mode=4&out2OnOff=OFF' --output-document /dev/null http://IP.AD.DR.ES/settings

Again, the RRC web interface probably should not be directly connected to the Internet anno 2024; the web password is trivial to decode from the web traffic. If you can run this via SSH on a raspberry, then perhaps that is a better choice.

73, Geert Jan
2
Feature Requests / RRC1258 status page: output status issue
« Last post by pe1hzg on 2024-04-17, 20:25:27 »
(for reference: RRC1258 version 7, software 2.95)

I think I found an issue with the RRC1258 status page which I have not seen reported on the forum, so I'm calling it in:
I think the status for Output 1 and Output 2 are reversed on the Status page.

How to repeat: configure Output 0 and Output 1 as Connect, Output 2 as On/Off.
Do not connect to a control-RRC and leave Output 2 as Off
Go to Status page and notice that all outputs report as status Low.

On I/O settings page, flip Output2 to On. Notice that the OUT2 On/Off indicator is now green ("ON").
Go to Status page and notice that Output1, not Output 2, reports as high.
That is wrong: Output2 should be reported High, not Output1.

On I/O settings page, flip Output2 back to off. Notice that all outputs now report Low.

Connect a control RRC. When the connection is up, OUT0 and OUT1 will activate.
However, when checking the Status page, now Output2 reports as high and that should be Output1.

This isn't the end of the world but I found it when building scripts. Separate message about that.
I'm surprised this wasn't reported before though.

73, Geert Jan PE1HZG
3
Konfiguration av RRC 1258 / Re: Icom ic 7100 senaste versionen
« Last post by sm2o on 2024-04-17, 19:41:06 »
Du kan maila export settings (Html)filer om du vill

Micke
4
Konfiguration av RRC 1258 / Re: Icom ic 7100 senaste versionen
« Last post by SM5VFE on 2024-04-17, 19:39:43 »
Funkar nu Micke!
Stort tack!

73 de Loic
5
Konfiguration av RRC 1258 / Re: Icom ic 7100 senaste versionen
« Last post by SM5VFE on 2024-04-17, 19:37:56 »
Tack Micke. Funkar inte då heller.
Vet inte varför. Får felsöka vidare.
6
Konfiguration av RRC 1258 / Re: Icom ic 7100 senaste versionen
« Last post by sm2o on 2024-04-17, 19:35:38 »
Kablarna skall gå till Mic/Aux i bägge enheterna
Micke
7
Konfiguration av RRC 1258 / Icom ic 7100 senaste versionen
« Last post by SM5VFE on 2024-04-17, 19:25:58 »
Hej,
Försöker sätta upp denna i LAN inför sommarens projekt.
Får det inte att funka.
RJ45 kablar mellan uttag I/0 på box som har 7100 modul  och 7100 front panel.

RJ45 kabel mellan radiobox uttag I/0  och IC 7100 radio enhet.

Jag har inte gjort någon inställning i radion.

Tack på förhand,

73 de Loic , SM5VFE
8
General discussion forum / RCForb Remotehams
« Last post by W4MPS on 2024-04-09, 17:27:43 »
I have an RRC-1258 MkII unit and am wondering if it might be configured with RCForb / Remotehams to operate CW using my iambic paddle.
Marc, W4MPS
9
General discussion forum / Re: RC 1258 MK 2 S Compatibility
« Last post by sm2o on 2024-04-09, 07:45:18 »
10
General discussion forum / RC 1258 MK 2 S Compatibility
« Last post by w9zr@aol.com on 2024-04-09, 00:56:29 »
Can someone please confirm that all RC 1258 MK2 S versions can be used with the K3?  I have been offered one configured for Icom equipment but I wish to use it with an Elecraft K3S.  I already have the K3 cables.

Many thanks

73
Pages: [1] 2 3 ... 10