openatv / enigma2

openatv-gui
GNU General Public License v2.0
200 stars 315 forks source link

Zap timer activates box erroneously from standby #2785

Open olwaldi opened 1 year ago

olwaldi commented 1 year ago

Seit einigen OpenATV-Versionen wird der SAT-Receiver fälschlicherweise aus dem Standby geweckt, wenn ein Umschalttimer gesetzt ist. Richtigerweise soll ein Umschalttimer im Standby ignoriert werden.

Dieses fehlerhafte Verhalten tritt z.B. in allen 7.2-Versionen von OpenATV (bis inkl, Image vom 11.2.2023) auf.

-> Translated:

Since some OpenATV versions the SAT receiver is wrongly woken up from standby if a zap timer is set. Correctly a zap timer in standby should be ignored.

This erroneous behavior occurs e.g. in all 7.2 versions of OpenATV (up to incl, image from 11.2.2023).

Papi2000-new commented 1 year ago

Scenario:

jbleyel commented 1 year ago

We can think about an extra setting to change the default behavior.

olwaldi commented 1 year ago

That would be nice. But it's not an urgent requirement.

BTW, what is the preferred language within GIT here?

Papi2000-new commented 1 year ago

Because of international contributers, its good to use english.

IanSav commented 1 year ago

English would be preferred by me. I only speak English. ;)

jbleyel commented 5 months ago

What about this? Change the last viewed channel If the zap fires and standby is active.

olwaldi commented 5 months ago

That wouldn't solve my "problem". In my usecase I've set a zap timer once a week to watch a special TVshow IF I'm at home viewing something differnt. But if I'm not at home (and my receiver is in standby) it shouldn't switch on.Thus probabely the only solution might be an additional attribute for zap timers to enable/disable wakeup for each zap timer individually.Von meinem Huawei-Tablet gesendet-------- Originalnachricht --------Betreff: Re: [openatv/enigma2] Zap timer activates box erroneously from standby (Issue #2785)Von: jbleyel An: openatv/enigma2 Cc: olwaldi ,Author What about this? Change the last viewed channel If the zap fires and standby is active.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.> [ { @.": "http://schema.org", @.": "EmailMessage", "potentialAction": { @.": "ViewAction", "target": "https://github.com/openatv/enigma2/issues/2785#issuecomment-2130741623", "url": "https://github.com/openatv/enigma2/issues/2785#issuecomment-2130741623", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { @.***": "Organization", "name": "GitHub", "url": "https://github.com" } } ]

jbleyel commented 5 months ago

There are 3 options for the zap if the box is in standby:

  1. Zap and wake up ( as of today )
  2. Zap but don't wake up
  3. Do nothing

We can add an extra system setting which is for all zap timers and not individual.

Adding an extra timer setting for each timer individual is a massive change and will also break 3rd party tools and other plugins.

olwaldi commented 5 months ago

From my perspective the second option is fine (for my usecase) - zap but do not switch on. My enigma2 device typically is in standby (NOT deep standby) when the zap timer triggers. Since I've configured a startup channel I'd assume that this startup channel will be selected anyhow when I do a manual power on (from standby).

jbleyel commented 5 months ago

The startup channel is for deep standby or reboot. The last channel before standby will be used after standby and not the startup channel. Option 2. means that the zap timer channel will be the next channel on wake up from standby. Option 3. means that the zap timer will do nothing.

olwaldi commented 5 months ago

Thanks for the clarification. But that's also fine for me. My main concern is that a zap timer currently might switch on the enigma2 device if I'm not at home, and it would be nice to avoid that.Von meinem Huawei-Tablet gesendet