Enigma2 integration openwebif epg

Hi.
I’ve got an enigma sat receiver.
I can get some information via the OpenWebif (http:\myIPbox).
I would like to display in a nice way the EPG of one of my bouquets.
I can get the information like this :
http://myIPbox/web/epgnext?bRef=1:7:1:0:0:0:0:0:0:0:FROM%20BOUQUET%20"userbouquet.free__tv_.tv"%20ORDER%20BY%20bouquet
bRef is the reference of thte bouquet that you can get like this :
http://myIPbox/web/bouquets
More information here about how to retrieve other info : Enigma2 WebInterface API Documentation

This is the first channel result :slight_smile:

<e2eventlist>
<e2event>
<e2eventid>39150</e2eventid>
<e2eventstart>1710517200</e2eventstart>
<e2eventduration>3600</e2eventduration>
<e2eventcurrenttime>1710514668</e2eventcurrenttime>
<e2eventtitle>Meurtres au paradis</e2eventtitle>
<e2eventdescription/>
<e2eventdescriptionextended>L'île Sainte-Marie accueille le concours de beach-volley. L'équipe locale est en finale contre l'équipe d'Isla Jonas. La leader de l'équipe de cette île, Shelly Kennedy, est découverte morte d'un coup de poignard dans le coeur, par une autre joueuse de son équipe, Jasmine Laymon. Le cadavre, enroulé dans un drap, se trouvait dans le coffre d'une voiture.ŠNom de l'épisode: Joueuse vedette. ŠNuméro de l'épisode: 6. ŠActeurs: Kris Marshall, Danny John-Jules, Joséphine Jobert. ŠRéalisateur: Paul Murphy. </e2eventdescriptionextended>
<e2eventservicereference>1:0:19:2350:F:1:FFFF0142:0:0:0:</e2eventservicereference>
<e2eventservicename>RTS 1 HD</e2eventservicename>
</e2event>

etc…

I think it should be possible to do something with the “Srape” integration but I have no idea how to do it. And I don’t know how to display the result in a nice way. I’m not sure but I believe that the sensor is for values.

Thanks.

Good day.

Jo