My satellite equipment consists of dish with 4 Quattro-LNB's connected to a 17/8 Diseqc 1.0 Multiswitch.
Although this setup is quite common, AutoDiseqc fails to detect the satellites correctly on my Xtrend ET9200.
I wonder if an expert, familiar with the source code, could help?
AutoDiseqc issues
#1
Posted Yesterday, 16:01
Re: AutoDiseqc issues #2
Posted Yesterday, 16:12
That has nothing to do with code.
Whan is needed is a list, with per satellite position a transponder which can be locked that is absolutely unique amongst all sats in the list (to avoid false hits.
You can find the current list here: https://github.com/O...toDiseqc.py#L25
p.s. not common enough, I've got two of those switches here, one new-in-box. Nobody's interested .
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Re: AutoDiseqc issues #3
Re: AutoDiseqc issues #4
Posted Yesterday, 16:53
Once, about 10 years ago, I noticed on some receivers that they not tune eDVBFrontendParametersSatellite.System_DVB_S2 or some eDVBFrontendParametersSatellite.FEC.
Or problem in 17/8 Diseqc 1.0 Multiswitch.
Edited by Dimitrij, Yesterday, 17:01.
GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K
Re: AutoDiseqc issues #5
Re: AutoDiseqc issues #6
Re: AutoDiseqc issues #7
Re: AutoDiseqc issues #8
Re: AutoDiseqc issues #9
Posted Today, 16:22
Nevertheless, it should reliably detect the connected satellites in common configurations. And it doesn't.
Another annoying thing is, that it changes the selected configuration. When chosen A/B/C/D it should keep this mode after scanning, no matter what the result is.
before_scan.jpg 78.45KB 0 downloads after_scan.jpg 59.87KB 0 downloads
Re: AutoDiseqc issues #10
Posted Today, 16:33
Problem this
if mode == "diseqc_a_b_c_d": list.append((self.indent % _("Port C"), nim.diseqcC, _("Select the satellite which is connected to Port-C of your switch. If you are unsure select 'automatic' and the receiver will attempt to determine this for you. If nothing is connected to this port, select 'nothing connected'."))) list.append((self.indent % _("Port D"), nim.diseqcD, _("Select the satellite which is connected to Port-D of your switch. If you are unsure select 'automatic' and the receiver will attempt to determine this for you. If nothing is connected to this port, select 'nothing connected'."))) if (nim.diseqcC.value == '3600') or (nim.diseqcD.value == '3600'): self.autodiseqc_ports = 4
Maybe
if mode == "diseqc_a_b_c_d": if self.autodiseqc_ports: self.autodiseqc_ports = 4
GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K
Re: AutoDiseqc issues #11
Re: AutoDiseqc issues #12
3 user(s) are reading this topic
0 members, 3 guests, 0 anonymous users