@joe_90
He had tried autodiseqc earlier and it did not find 13e. Can you please double check that these are still correct? We are checking transponder for Rai1
Code:
# Hotbird 13.0E Rai 1
(
10992,
27500,
eDVBFrontendParametersSatellite.Polarisation_Vertical,
eDVBFrontendParametersSatellite.FEC_2_3,
eDVBFrontendParametersSatellite.Inversion_Off,
130,
eDVBFrontendParametersSatellite.System_DVB_S,
eDVBFrontendParametersSatellite.Modulation_Auto,
eDVBFrontendParametersSatellite.RollOff_auto,
eDVBFrontendParametersSatellite.Pilot_Unknown,
eDVBFrontendParametersSatellite.No_Stream_Id_Filter,
eDVBFrontendParametersSatellite.PLS_Gold,
eDVBFrontendParametersSatellite.PLS_Default_Gold_Code,
eDVBFrontendParametersSatellite.No_T2MI_PLP_Id,
eDVBFrontendParametersSatellite.T2MI_Default_Pid,
12400,
318,
"Hotbird 13.0e"),
Code:
https://github.com/OpenViX/enigma2/blob/Developer/lib/python/Screens/AutoDiseqc.py#L80:L99