Hi,
I need a simple script to send a Diseqc command - e.g. change port to B. Could someone help ?
Posted 12 January 2022 - 23:09
I just compiled it without testing, you´ll propably have to stop enigma2
usage: FRONTEND=/dev/dvb/adapterX/frontendX diseqc [test_seq_no]
root@h7:/tmp# ./diseqc diseqc test: using '/dev/dvb/adapter0/frontend0' open: Device or resource busy root@h7:/tmp# init 4 root@h7:/tmp# ./diseqc diseqc test: using '/dev/dvb/adapter0/frontend0' msg: e0 10 38 f0 00 00 diseqc_send_msg: SEC_VOLTAGE_13 SEC_MINI_A SEC_TONE_OFF msg: e0 10 38 f2 00 00 diseqc_send_msg: SEC_VOLTAGE_18 SEC_MINI_A SEC_TONE_OFF msg: e0 10 38 f1 00 00 diseqc_send_msg: SEC_VOLTAGE_13 SEC_MINI_A SEC_TONE_ON msg: e0 10 38 f3 00 00 diseqc_send_msg: SEC_VOLTAGE_18 SEC_MINI_A SEC_TONE_ON msg: e0 10 38 f4 00 00 diseqc_send_msg: SEC_VOLTAGE_13 SEC_MINI_B SEC_TONE_OFF msg: e0 10 38 f6 00 00 diseqc_send_msg: SEC_VOLTAGE_18 SEC_MINI_B SEC_TONE_OFF msg: e0 10 38 f5 00 00 diseqc_send_msg: SEC_VOLTAGE_13 SEC_MINI_B SEC_TONE_ON msg: e0 10 38 f7 00 00 diseqc_send_msg: SEC_VOLTAGE_18 SEC_MINI_B SEC_TONE_ON msg: e0 10 38 f8 00 00
Posted 16 January 2022 - 15:51
Hi,
Thank you very much for your prompt answer.
I don't know much about coding.
Could you instruct me how to use the script you wrote.
Thanks again.
you wrote a P.M. to me but I could not answer it, could be a board problem, so I am putting it here, there are much more people to answer it
Posted 18 January 2022 - 20:52
I have VU+ Duo 4k SE (with FBC tuners) which doesn't turn off LNB power in standby mode. By changing diseqc port to B (to which nothing will be connected) I will eliminate power consumption.
Here is a script which checks if a tuner is in use. If no tuner is in use the Diseqc switch will be turned to port B.
diseqc.sh:
Posted 23 January 2022 - 12:49
I have VU+ Duo 4k SE (with FBC tuners) which doesn't turn off LNB power in standby mode. By changing diseqc port to B (to which nothing will be connected) I will eliminate power consumption.
Here is a script which checks if a tuner is in use. If no tuner is in use the Diseqc switch will be turned to port B.
diseqc.sh:
#! /bin/bashtuner=$(ps | grep -c kdvb)if [ $tuner -le 1 ]thensource /usr/script/diseqc 3fiIn LNB settings I added Diseqc 1.0 command - port AAnd finally I put this line:*/1 * * * * /usr/script/diseqc.shin /var/spool/cron/root file to run the script every minute.Ps. VU+ consumes ~18W in standby mode and 14.5W without LNB connected.
You can try to add this solution to the image as an option in the tuner settings.
GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K
Posted 2 February 2022 - 17:29
Perhaps similar lower consumption could be achieved with the following empty channel in userbouquet.favourites.tv or does the tuner stay on?
#SERVICE 1:0:1:0:0:0:0:0:0:0:EMPTY:EMPTY
#DESCRIPTION EMPTY
If john448 could take the time and measure the consumption, it would be interesting.
Posted 2 February 2022 - 17:37
I have VU+ Duo 4k SE (with FBC tuners) which doesn't turn off LNB power in standby mode. By changing diseqc port to B (to which nothing will be connected) I will eliminate power consumption.
I wonder what the point of this is, as a VU+ always powers all inputs, not only the selected tuner. Even in standby.
This is done by VU+ to work around a bug in their drivers that they don't seem to be able to fix (if A is in use, a recording starts on C, then A stops, and the LNB power cuts with only a leaf tuner in use).
The only way to reduce power consumption is switch the box off.
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.
Posted 2 February 2022 - 17:49
This was mentioned to the OP on another forum. It was suggested that he uses a power timer to put box into deep standby
standby = switch off display and audio. everything still running
deep standby = everything off apart from waiting for remote response or recording timer.
Posted 2 February 2022 - 17:59
There are boxes that cut the LNB power in standby as well, but the VU+ doesn't. Its hardcoded in the current drivers.
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.
Posted 4 February 2022 - 23:48
I have VU+ Duo 4k SE (with FBC tuners) which doesn't turn off LNB power in standby mode. By changing diseqc port to B (to which nothing will be connected) I will eliminate power consumption.
I wonder what the point of this is, as a VU+ always powers all inputs, not only the selected tuner. Even in standby.
This is done by VU+ to work around a bug in their drivers that they don't seem to be able to fix (if A is in use, a recording starts on C, then A stops, and the LNB power cuts with only a leaf tuner in use).
The only way to reduce power consumption is switch the box off.
This solution does reduce power consumption by about 2.5W. It cuts off the power to LNB. Of course deep standby is the best solution but the network is off.
Perhaps similar lower consumption could be achieved with the following empty channel in userbouquet.favourites.tv or does the tuner stay on?
#SERVICE 1:0:1:0:0:0:0:0:0:0:EMPTY:EMPTY
#DESCRIPTION EMPTY
If john448 could take the time and measure the consumption, it would be interesting.
0 members, 4 guests, 0 anonymous users