Jump to content


Photo

Satfinder patch


  • Please log in to reply
81 replies to this topic

Re: Satfinder patch #21 Huevos

  • PLi® Contributor
  • 4,247 posts

+158
Excellent

Posted 22 September 2017 - 08:38

How (without doing a complete retune from scratch... get rawchannel... get frontend... etc)?



Re: Satfinder patch #22 littlesat

  • PLi® Core member
  • 56,272 posts

+691
Excellent

Posted 22 September 2017 - 10:37

That is exactly the challenge.... (to do it without pressing a button).


Edited by littlesat, 22 September 2017 - 10:37.

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: Satfinder patch #23 Huevos

  • PLi® Contributor
  • 4,247 posts

+158
Excellent

Posted 22 September 2017 - 10:51

I can do it without pressing a button with my code. The question was has enigma got a method to grab TSID/ONID that continues to update after the first instance is found.



Re: Satfinder patch #24 Huevos

  • PLi® Contributor
  • 4,247 posts

+158
Excellent

Posted 22 September 2017 - 11:09

Also, if that data was available in the convertor there wouldn't need to be any code change in the plugin. Just changes to the skin. So the real problem is this data is missing from frontendinfo.



Re: Satfinder patch #25 littlesat

  • PLi® Core member
  • 56,272 posts

+691
Excellent

Posted 22 September 2017 - 12:47

I did not look into it at al yet... but if it is not there it should be made... When it can give a trigger when this info is available we could also add a function to 'poll' it.


WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: Satfinder patch #26 Huevos

  • PLi® Contributor
  • 4,247 posts

+158
Excellent

Posted 27 September 2017 - 21:49

That is exactly the challenge.... (to do it without pressing a button).

Got that working. Pity it is not possible using current enigma code.

 

Attached File  screenshot.jpg   74.35KB   5 downloads



Re: Satfinder patch #27 jpuigs

  • Senior Member
  • 1,143 posts

+32
Good

Posted 18 October 2017 - 19:33

????

I've finally got it working on my ET10000.... :) (OP with enigma develop version)


Edited by jpuigs, 18 October 2017 - 19:35.

Enigma is getting old....

 

Spoiler

Re: Satfinder patch #28 jpuigs

  • Senior Member
  • 1,143 posts

+32
Good

Posted 18 October 2017 - 19:41

I mean I've got working the window which shows services.

I haven't tried to show TS ID,  ON ID.


Enigma is getting old....

 

Spoiler

Re: Satfinder patch #29 Abu Baniaz

  • PLi® Contributor
  • 2,439 posts

+62
Good

Posted 18 October 2017 - 19:53

You will need to add the widgets in your skin

https://github.com/OpenViX/skins/commit/7a6110326ce77ea954f2c783c444704b2610a13e

Attached Files


Edited by Abu Baniaz, 18 October 2017 - 19:55.


Re: Satfinder patch #30 jpuigs

  • Senior Member
  • 1,143 posts

+32
Good

Posted 18 October 2017 - 20:01

yes, I know. Thanks.


Enigma is getting old....

 

Spoiler

Re: Satfinder patch #31 Huevos

  • PLi® Contributor
  • 4,247 posts

+158
Excellent

Posted 18 October 2017 - 23:37

I've got a newer version now that continuously updates. So you will see TSID, ONID, and orbital position update as you move the dish to find the correct satellite.

 

https://github.com/H...2f879a4d1ed9662



Re: Satfinder patch #32 Robinson

  • Senior Member
  • 2,616 posts

+30
Good

Posted 19 October 2017 - 08:06

Is there a problem to integrate it into OpenPLi?


ET9000, OpenPLi 4.0, 13E, 19E

HD51, OpenPLi 6.2, 75E - 30W


Re: Satfinder patch #33 littlesat

  • PLi® Core member
  • 56,272 posts

+691
Excellent

Posted 19 October 2017 - 08:34

Brrrrr polling in a while break loop

Edited by littlesat, 19 October 2017 - 08:35.

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: Satfinder patch #34 WanWizard

  • PLi® Core member
  • 68,593 posts

+1,738
Excellent

Posted 19 October 2017 - 10:23

What is the alternative?


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (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: Satfinder patch #35 littlesat

  • PLi® Core member
  • 56,272 posts

+691
Excellent

Posted 19 October 2017 - 11:27

Trigger on unlock and lock tuner... (by adding a python function on them).

Edited by littlesat, 19 October 2017 - 11:29.

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: Satfinder patch #36 Huevos

  • PLi® Contributor
  • 4,247 posts

+158
Excellent

Posted 19 October 2017 - 18:48

Trigger on unlock and lock tuner... (by adding a python function on them).

How? Please provide some example code? How can python know of tuner lock without polling something. Is it really such bad coding to test for tuner lock once per second, and only until a short timeout has elapsed?



Re: Satfinder patch #37 Huevos

  • PLi® Contributor
  • 4,247 posts

+158
Excellent

Posted 20 October 2017 - 13:33

@Littlesat, I really don't understand your comments about not polling for tuner lock, because that is precisely what the enigma2 cpp code does. Or did you mean something else?

<  3094.258> [eDVBFrontend] set sequence pos -3
<  3094.258> [eDVBFrontend] sleep 250ms
<  3094.509> [eDVBFrontend] rotor locked step 0 failed (not locked)
<  3094.509> [eDVBFrontend] set sequence pos -3
<  3094.509> [eDVBFrontend] sleep 250ms
<  3094.761> [eDVBFrontend] rotor locked step 0 failed (not locked)
<  3094.761> [eDVBFrontend] set sequence pos -3
<  3094.761> [eDVBFrontend] sleep 250ms
<  3095.011> [eDVBFrontend] rotor locked step 0 failed (not locked)
<  3095.011> [eDVBFrontend] set sequence pos -3
<  3095.011> [eDVBFrontend] sleep 250ms
<  3095.262> [eDVBFrontend] rotor locked step 0 failed (not locked)
<  3095.262> [eDVBFrontend] set sequence pos -3
<  3095.262> [eDVBFrontend] sleep 250ms
<  3095.512> [eDVBFrontend] rotor locked step 0 failed (not locked)
<  3095.512> [eDVBFrontend] set sequence pos -3
<  3095.513> [eDVBFrontend] sleep 250ms
<  3095.852> [eDVBFrontend] rotor locked step 0 failed (not locked)
<  3095.852> [eDVBFrontend] set sequence pos -3
<  3095.852> [eDVBFrontend] sleep 250ms
<  3096.103> [eDVBFrontend] rotor locked step 0 failed (not locked)
<  3096.103> [eDVBFrontend] set sequence pos -3
<  3096.103> [eDVBFrontend] sleep 250ms
<  3096.353> [eDVBFrontend] rotor locked step 0 failed (not locked)
<  3096.354> [eDVBFrontend] set sequence pos -3
<  3096.354> [eDVBFrontend] sleep 250ms
<  3096.604> [eDVBFrontend] rotor locked step 0 failed (not locked)
<  3096.604> [eDVBFrontend] set sequence pos -3
<  3096.604> [eDVBFrontend] sleep 250ms
<  3096.854> [eDVBFrontend] rotor locked step 0 failed (not locked)
<  3096.855> [eDVBFrontend] set sequence pos -3
<  3096.855> [eDVBFrontend] sleep 250ms


Re: Satfinder patch #38 littlesat

  • PLi® Core member
  • 56,272 posts

+691
Excellent

Posted 20 October 2017 - 13:47

Maybe indeed something needs to be changed to cpp code... I mean let cpp call a python function when the tuner locked... as far I know these functions calls should already be there... that ia where lock/unlock on the ui is coming from... Maybe also a skin renderer showing these valies on a lock change might help...

Edited by littlesat, 20 October 2017 - 13:52.

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: Satfinder patch #39 Huevos

  • PLi® Contributor
  • 4,247 posts

+158
Excellent

Posted 20 October 2017 - 17:24

Maybe also a skin renderer showing these valies on a lock change might help...

So we have gone full circle now. At the start I suggested auto-updating TSID and ONID values be available in the renderer, but such a thing doesn't currently exist.

 

Also orbital position.

 

And not just fake values from lamedb. Real values from the service information tables like I am currently reading.


Edited by Huevos, 20 October 2017 - 17:28.


Re: Satfinder patch #40 littlesat

  • PLi® Core member
  • 56,272 posts

+691
Excellent

Posted 20 October 2017 - 18:11

Yep the circel is round.... polling in a while endless lope with delays is not Actually not done..:

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W



1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users