Re: [vdr] rotor-ng

2011-03-22 Thread Timothy D. Lenz
maybe once it's cleaned up and fully functional, in can be intigrated 
with vdr.


On 3/22/2011 8:49 AM, VDR User wrote:

On Tue, Mar 22, 2011 at 5:41 AM, Morfsta  wrote:

At the moment you need to manually edit the file to set the positions
up. A later version might include assigning or changing the position
numbers directly in the plugin interface.

I should at this point thank Luca Olivetti for all his work on the
actuator plugin. I'm no developer, so wouldn't have been able to get
this far without all the work he did on the scan interface etc. I've
merely hacked his work to modify it to work with disecq 1.1 and fixed
some issues with DVBS2 tuning. Ideally, we should probably work
together to unify the two plugins so you can select Actuator / Disecq
/ GOTOX as the motor type attached and have a totally new plugin
probably called "Dish" or something similar.


I don't use a actuator/rotor myself but I know people who do and are
really looking forward to your plugin.  I think a good stable
'vdr-movedish' plugin has been needed for quite some time.  It almost
seems like a plugin you'd expect to come with vanilla VDR since it
provides such a basic function.

Anyways, thanks for your work.

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr



___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] rotor-ng

2011-03-22 Thread Timothy D. Lenz
I get smoe of the terms confused. gotox is where you tell it the sat 
postion such as 97w and it goes there as vs telling it to go to a stored 
location? If that is the case, then gotox is needed as a way to get the 
rotor to a location.


Also, VDR Diseqc should be on to use rotor as well as switches. I use 
both rotor and switches.


On 3/22/2011 5:41 AM, Morfsta wrote:

On Tue, Mar 22, 2011 at 12:05 PM, Arturo Martinez  wrote:

Excellent news!
I am sure the entire rotor vdr community will be very glad to hear that!
At the moment I use diseqc.conf with goto position commands for each sat
position to move the dish
With rotor-ng does diseqc use have to be switched off in vdr and the plugin
takes care of everything or does it parse diseqc.conf?


VDR Diseqc settings are off in my configuration.

Similarly to the rotor and actuator plugins there is a file in the
plugin directory that stores the disecq postion number for every
satellite: -

S3.0E 31
S4.0E 30
S4.8E 15
S7.0E 14
S9.0E 29
S10.0E 13
S13.0E 12
S16.0E 11
S19.2E 10

At the moment you need to manually edit the file to set the positions
up. A later version might include assigning or changing the position
numbers directly in the plugin interface.

I should at this point thank Luca Olivetti for all his work on the
actuator plugin. I'm no developer, so wouldn't have been able to get
this far without all the work he did on the scan interface etc. I've
merely hacked his work to modify it to work with disecq 1.1 and fixed
some issues with DVBS2 tuning. Ideally, we should probably work
together to unify the two plugins so you can select Actuator / Disecq
/ GOTOX as the motor type attached and have a totally new plugin
probably called "Dish" or something similar.

Still left to do: -

1) Remove or fix some actuator specific interface buttons that are not
too relevant or don't work
2) Fix enabling and clearing of limits as this doesn't work with my
VBOX, I can't clear the limits via the plugin once they are set
3) Look at "recalc" and see how that can be implemented within rotor-ng
4) Remove old unused code that is related to actuator use
5) Update documentation etc
6) Find somewhere to host it - vdrprojects?
7) Implement GOTOX (though I don't use it so not sure how it would be
tested. Might need a volunteer to do this by looking at the GOTOX
patches for rotor and implementing them on rotor-ng).

Thanks

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr



___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] rotor-ng

2011-03-22 Thread VDR User
On Tue, Mar 22, 2011 at 5:41 AM, Morfsta  wrote:
> At the moment you need to manually edit the file to set the positions
> up. A later version might include assigning or changing the position
> numbers directly in the plugin interface.
>
> I should at this point thank Luca Olivetti for all his work on the
> actuator plugin. I'm no developer, so wouldn't have been able to get
> this far without all the work he did on the scan interface etc. I've
> merely hacked his work to modify it to work with disecq 1.1 and fixed
> some issues with DVBS2 tuning. Ideally, we should probably work
> together to unify the two plugins so you can select Actuator / Disecq
> / GOTOX as the motor type attached and have a totally new plugin
> probably called "Dish" or something similar.

I don't use a actuator/rotor myself but I know people who do and are
really looking forward to your plugin.  I think a good stable
'vdr-movedish' plugin has been needed for quite some time.  It almost
seems like a plugin you'd expect to come with vanilla VDR since it
provides such a basic function.

Anyways, thanks for your work.

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] rotor-ng

2011-03-22 Thread Morfsta
On Tue, Mar 22, 2011 at 12:05 PM, Arturo Martinez  wrote:
> Excellent news!
> I am sure the entire rotor vdr community will be very glad to hear that!
> At the moment I use diseqc.conf with goto position commands for each sat
> position to move the dish
> With rotor-ng does diseqc use have to be switched off in vdr and the plugin
> takes care of everything or does it parse diseqc.conf?

VDR Diseqc settings are off in my configuration.

Similarly to the rotor and actuator plugins there is a file in the
plugin directory that stores the disecq postion number for every
satellite: -

S3.0E 31
S4.0E 30
S4.8E 15
S7.0E 14
S9.0E 29
S10.0E 13
S13.0E 12
S16.0E 11
S19.2E 10

At the moment you need to manually edit the file to set the positions
up. A later version might include assigning or changing the position
numbers directly in the plugin interface.

I should at this point thank Luca Olivetti for all his work on the
actuator plugin. I'm no developer, so wouldn't have been able to get
this far without all the work he did on the scan interface etc. I've
merely hacked his work to modify it to work with disecq 1.1 and fixed
some issues with DVBS2 tuning. Ideally, we should probably work
together to unify the two plugins so you can select Actuator / Disecq
/ GOTOX as the motor type attached and have a totally new plugin
probably called "Dish" or something similar.

Still left to do: -

1) Remove or fix some actuator specific interface buttons that are not
too relevant or don't work
2) Fix enabling and clearing of limits as this doesn't work with my
VBOX, I can't clear the limits via the plugin once they are set
3) Look at "recalc" and see how that can be implemented within rotor-ng
4) Remove old unused code that is related to actuator use
5) Update documentation etc
6) Find somewhere to host it - vdrprojects?
7) Implement GOTOX (though I don't use it so not sure how it would be
tested. Might need a volunteer to do this by looking at the GOTOX
patches for rotor and implementing them on rotor-ng).

Thanks

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


[vdr] rotor-ng

2011-03-22 Thread Arturo Martinez

Excellent news!
I am sure the entire rotor vdr community will be very glad to hear that!

At the moment I use diseqc.conf with goto position commands for each sat 
position to move the dish
With rotor-ng does diseqc use have to be switched off in vdr and the plugin 
takes care of everything or does it parse diseqc.conf?


Message: 1
Date: Mon, 21 Mar 2011 23:15:11 +
From: Morfsta
Subject: Re: [vdr] rotor-ng in development [was [ANNOUNCE]
vdr-actuator-1.2.0 plugin]
To: VDR Mailing List
Message-ID:

Content-Type: text/plain; charset=ISO-8859-1

On Sun, Mar 20, 2011 at 10:08 PM, Timothy D. Lenz  wrote:


>  I only have a Nexus-s for sat card and right now my rotor alignment is all
>  screwed up. Relays went bad and had to replace them. I left the rotor
>  elevation setting untouched but now it over shoots more and more the farther
>  it goes as if the elevation is wrong. Haven't had time to look into it.

Well, it seems I found the problem. The HAUPPAUGE NOVA-S2-HD card
(HVR4000 lite / CX24116 frontend) won't lock onto DVB-S2 channels with
FEC_AUTO or ROLLOFF_AUTO set. So, I modified the plugin to allow
selectable values for FEC and ROLLOFF and now it works fine. I can now
lock and scan DVB-S and DVB-S2 channels (QPSK and 8PSK) directly from
the plugin menu and move the dish to find and store satellites with
diseqc and signal strength meter. Ideal for feedhunting now!

When I get a bit more time I'll tidy up the plugin and release it as
it should now act as a pretty good satellite channel scanner
irrespective of whether you have a rotor within VDR. I haven't tested
the entire satellite transponder scanning functionality yet for
DVB-S/S2, that will be the next task but hopefully it won't need many
changes.



___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] rotor-ng in development [was [ANNOUNCE] vdr-actuator-1.2.0 plugin]

2011-03-21 Thread Morfsta
On Sun, Mar 20, 2011 at 10:08 PM, Timothy D. Lenz  wrote:
> I only have a Nexus-s for sat card and right now my rotor alignment is all
> screwed up. Relays went bad and had to replace them. I left the rotor
> elevation setting untouched but now it over shoots more and more the farther
> it goes as if the elevation is wrong. Haven't had time to look into it.

Well, it seems I found the problem. The HAUPPAUGE NOVA-S2-HD card
(HVR4000 lite / CX24116 frontend) won't lock onto DVB-S2 channels with
FEC_AUTO or ROLLOFF_AUTO set. So, I modified the plugin to allow
selectable values for FEC and ROLLOFF and now it works fine. I can now
lock and scan DVB-S and DVB-S2 channels (QPSK and 8PSK) directly from
the plugin menu and move the dish to find and store satellites with
diseqc and signal strength meter. Ideal for feedhunting now!

When I get a bit more time I'll tidy up the plugin and release it as
it should now act as a pretty good satellite channel scanner
irrespective of whether you have a rotor within VDR. I haven't tested
the entire satellite transponder scanning functionality yet for
DVB-S/S2, that will be the next task but hopefully it won't need many
changes.

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] rotor-ng in development [was [ANNOUNCE] vdr-actuator-1.2.0 plugin]

2011-03-20 Thread Timothy D. Lenz
I only have a Nexus-s for sat card and right now my rotor alignment is 
all screwed up. Relays went bad and had to replace them. I left the 
rotor elevation setting untouched but now it over shoots more and more 
the farther it goes as if the elevation is wrong. Haven't had time to 
look into it.


On 3/20/2011 2:20 PM, Morfsta wrote:

On Mon, Oct 11, 2010 at 1:32 PM, Morfsta  wrote:


This really is sorely missing from VDR. Its a nice project which I
might look at if I ever get a spare moment! First I would have to
update my VDR from 1.7.0 with multiproto as lack of good support for
vdr-rotor has been holding me back from upgrading to S2API and later
development versions of VDR.


Well, it took awhile but I have updated to yavdr 0.3 with S2API and a
NV card and it is pretty stable now.

The old rotor plugin is pretty unstable with yavdr (and perhaps later
versions of VDR in general) and it seemed that no-one wanted to fix
it, so I finally got around to modifying the actuator plugin to work
with my disecq rotor (well actually a V-BOX hooked up to a 24V
actuator). I can now get rid of the rotor plugin completely and drive
my dish to the right positions and find / tune satellites with the
modified actuator plugin, which IMHO works and looks better.  It also
allows me to scan DVB-S channels right from the plugin too.

I'd like to release it at some point when I've tidied it up (perhaps
as rotor-ng or something), but one issue I have is with DVB-S2 signal
tuning and scanning on my Hauppauge Nova HD-S2 card - does anyone have
this functionality working either with this card or another card with
the actuator plugin's scanner?

When I tune to a DVB-S2 channel (QPSK or 8PSK) within the plugin I get
nothing, but when I tune in VDR the plugin shows full lock etc. I'd
like to get this functionality working before releasing it and I
thought it might be a problem with the card not supporting
ROLLOFF_AUTO but that doesn't make any difference.

Any help would be great.

Thanks,

Morfsta

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr



___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] rotor-ng in development [was [ANNOUNCE] vdr-actuator-1.2.0 plugin]

2011-03-20 Thread Luca Olivetti
Al 20/03/11 22:20, En/na Morfsta ha escrit:

> I'd like to release it at some point when I've tidied it up (perhaps
> as rotor-ng or something), but one issue I have is with DVB-S2 signal
> tuning and scanning on my Hauppauge Nova HD-S2 card - does anyone have
> this functionality working either with this card or another card with
> the actuator plugin's scanner?

Since I don't have an S2 card I never tested that functionality.

Bye
-- 
Luca

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


[vdr] rotor-ng in development [was [ANNOUNCE] vdr-actuator-1.2.0 plugin]

2011-03-20 Thread Morfsta
On Mon, Oct 11, 2010 at 1:32 PM, Morfsta  wrote:

> This really is sorely missing from VDR. Its a nice project which I
> might look at if I ever get a spare moment! First I would have to
> update my VDR from 1.7.0 with multiproto as lack of good support for
> vdr-rotor has been holding me back from upgrading to S2API and later
> development versions of VDR.

Well, it took awhile but I have updated to yavdr 0.3 with S2API and a
NV card and it is pretty stable now.

The old rotor plugin is pretty unstable with yavdr (and perhaps later
versions of VDR in general) and it seemed that no-one wanted to fix
it, so I finally got around to modifying the actuator plugin to work
with my disecq rotor (well actually a V-BOX hooked up to a 24V
actuator). I can now get rid of the rotor plugin completely and drive
my dish to the right positions and find / tune satellites with the
modified actuator plugin, which IMHO works and looks better.  It also
allows me to scan DVB-S channels right from the plugin too.

I'd like to release it at some point when I've tidied it up (perhaps
as rotor-ng or something), but one issue I have is with DVB-S2 signal
tuning and scanning on my Hauppauge Nova HD-S2 card - does anyone have
this functionality working either with this card or another card with
the actuator plugin's scanner?

When I tune to a DVB-S2 channel (QPSK or 8PSK) within the plugin I get
nothing, but when I tune in VDR the plugin shows full lock etc. I'd
like to get this functionality working before releasing it and I
thought it might be a problem with the card not supporting
ROLLOFF_AUTO but that doesn't make any difference.

Any help would be great.

Thanks,

Morfsta

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr