Beiträge von lego_12239

    Hello.


    How can i see that a timer failed? I know that if everything ok, e2state == 3. e2state == 2 if a timer is recording now, but e2state == 2 if a timer failed too (also e2backoff != 0). What the exact meaning of next elements values:


    - e2backoff
    - e2state


    What is the right procedure of detecting of a timer that failed?

    Hello.


    It's seems, in dreambox web interface time is right (+0400), but currenttime returns +0200.


    When i do date in dreambox ssh it shows me the same time as currenttime - +0200 (/etc/localtime is a symbolic link and points to /usr/share/zoneinfo/CET). I delete /etc/localtime, and to ln -s /usr/share/zoneinfo/Moscow /etc/localtime. After this date shows me +0400 time, but currenttime shows me +0200 as earlier. After rebooting /etc/localtime points to /usr/share/zoneinfo/CET.


    What can i do for a correct currenttime request result?

    What i know now:


    1. i send epgservise request and receive empty e2eventlist;
    2. then i go to the dreambox web interface; enter TeleVision and click on _any_ tv channel name(this is a "zap" action as a html title say); dreambox webinterface show me tv programs for this channel;
    3. after that i send the same epgservice request again and receive e2eventlist full of data;
    4. now i can receive programs for any channel.


    I have no an opportune moment yet to test doing zap with webif api if this situation will occur again. May be this help.


    Is this a bug?..

    Hello all.


    I have a strange problem with epgservice request.


    1. i send epgservise request and receive empty e2eventlist;
    2. then i go to the dreambox web interface; enter TeleVision->Bouquets->Last scanned and click on needed tv channel name; dreambox webinterface show me tv programs for this channel;
    3. after that i send the same epgservice request again and receive e2eventlist full of data;


    What do i do wrong? May be i need a different api request for this?

    Thank you Reichi for the reply. I know about this link and it didn't help me a lot, but now i have an access to a live dreambox and i try to test this api on it. I already have updated wiki with replies on some requests.