DiseqC 1.1/1.2 Autoswitch at channel change

Prodelin

ASBO Club Member - Persona non grata
Joined
Sep 10, 2007
Messages
131
Reaction score
1
Points
0
Age
59
My Satellite Setup
None
My Location
Tunisia, Prince Of Persia
DOWNLOAD ATTACHED FILE BELOW

########################################################################
# diseqc_mon & diseqc_cfg - diseqc monitoring scripts v.080203 by bbjs #
# #
# Check for channel change every second, autosend diseqc command when: #
# -channel & satellite has changed #
########################################################################

-Upload files to /data/bin/ and /data/diseqc/ and chmod to 755
-Install Elemental's SatChannelListEditor v 2.3.0.0 on a PC, if not already using it....
(don't forget to set Options/Settings receiver to UFS-910-XML)

-At this time there's NO scripts for setting up motor included (to make Humlan happy...)
If you know YOUR own HW setup (position numbers already stored in motor / multiswitch)
there's no need... IF you like/need, use any scripts you like (I use telesat's) to manually
control motor and add new positions.

-Anyway, I may add script & menu for editing postion table and GotoX/Usals when/if I get the time...


At 1st time after install, new settings upload and after sat channel rescan:
----------------------------------------------------------------------------

1 - Download settings from UFS910 to pc in XML-format using Elemental SatChannelListEditor v2.3.0.0

2 - Run the script /data/bin/diseqc_cfg (will preserve existing diseqc settings if exists, even if
satellites are renumbered or new added )

3 - If new satellites added, edit manually /data/diseqc/diseqc.cfg to match your own HW setup (switch/motor)

To auto launch at boot, add to /config/init.sh :
# DiseqC 1.1/1.2 autoswitch
/data/bin/diseqc_mon &

To get channel-sat mapping update from menu, add to your prefered diseqc .mnu file:
8_sh=Update DiseqC Channel-Sat mapping|/data/bin/diseqc_cfg|WAIT

To use with diseqc 1.1 switches, in diseqc_mon add line & modify send command:
/data/bin/diseqcsend1.2 224 49 107 $ssat
to:
ssat=`expr $ssat + 239`
/data/bin/diseqcsend1.2 224 16 57 $ssat

Enjoy sat-autoswitch at channelchange !

All creds for:
diseqcsend binary to konfetti & criwi
pt_reader binary to harley
SatChannelListEditor program to Elemental
Scripts & concept - thats me.... (and yeah, a true sh-guru could likely do these MUCH more compact...)
 
Top