Enigma2 support for Plex DVR/LiveTV!

Doesn’t work anymore currently for me though. Anyone else having the same problem?
The URL and port gives back the XML as expected but in the latest Plex version it can’t get the channels it seems.


Yes .. synonymous with me .. the channel selection is empty

check the url http://192.168.2.4:6083/lineup.json. (change IP/port accordingly)

also please post your logs from /tmp

How do I change the port in the lineup.json? With which program? I have only one view with Safari, but I can not change it.

My lineup.jason looks like this:

My json looks fine and I can’t find any log files under /tmp.

But the Plex Tuner Service.log shows the following:

May 08, 2018 07:06:40.326 [0x7f7bc3a23700] INFO - * v4l::DeviceGetList_impl. getting v4l device list May 08, 2018 07:06:40.332 [0x7f7bc3a23700] INFO - * onetv_factory::DeviceGetListEx >> May 08, 2018 07:06:40.333 [0x7f7bc3a23700] INFO - * onetv_factory::DeviceGetListEx. Found device 7173:12404 May 08, 2018 07:06:40.333 [0x7f7bc3a23700] INFO - * onetv_factory::DeviceGetListEx. Found device 7531:3 May 08, 2018 07:06:40.333 [0x7f7bc3a23700] INFO - * onetv_factory::DeviceGetListEx. Found device 4703:24602 May 08, 2018 07:06:40.333 [0x7f7bc3a23700] INFO - * onetv_factory::DeviceGetListEx. Found device 7173:8308 May 08, 2018 07:06:40.333 [0x7f7bc3a23700] INFO - * onetv_factory::DeviceGetListEx. Found device 7531:2 May 08, 2018 07:06:40.336 [0x7f7bc3d11700] INFO - * web_service_t::process_device_status May 08, 2018 07:06:40.336 [0x7f7bc3d11700] INFO - * sat2ip_tuner_factory_t::get_tuner_info. device uuid:00000000-0000-1000-8787-00d0551c50ba, frontend index 0 May 08, 2018 07:06:40.336 [0x7f7bc3d11700] INFO - * SAT2IP - get_device_ip_by_device_path() May 08, 2018 07:06:45.344 [0x7f7bc3d11700] INFO - * SAT2IP - discover_satip_servers(): no servers found May 08, 2018 07:06:45.344 [0x7f7bc3d11700] WARN - [E] web_service_t::get_device_status. get_device_info returned error for device dvb#sat2ip#0#uuid:00000000-0000-1000-8787-00d0551c50ba May 08, 2018 10:16:12.515 [0x7f7bc864b700] INFO - * web_service_t::process_device_discovery May 08, 2018 10:16:12.515 [0x7f7bc864b700] INFO - * device_reactor_t::get_device_list () May 08, 2018 10:16:12.515 [0x7f7bc864b700] INFO - * dvb_device_factory_t::get_device_list () May 08, 2018 10:16:14.518 [0x7f7bc864b700] INFO - * SAT2IP - discover_satip_servers(): no servers found

@“Master of Tragedy” said:
My json looks fine and I can’t find any log files under /tmp.

But the Plex Tuner Service.log shows the following:

May 08, 2018 07:06:40.326 [0x7f7bc3a23700] INFO - * v4l::DeviceGetList_impl. getting v4l device list May 08, 2018 07:06:40.332 [0x7f7bc3a23700] INFO - * onetv_factory::DeviceGetListEx >> May 08, 2018 07:06:40.333 [0x7f7bc3a23700] INFO - * onetv_factory::DeviceGetListEx. Found device 7173:12404 May 08, 2018 07:06:40.333 [0x7f7bc3a23700] INFO - * onetv_factory::DeviceGetListEx. Found device 7531:3 May 08, 2018 07:06:40.333 [0x7f7bc3a23700] INFO - * onetv_factory::DeviceGetListEx. Found device 4703:24602 May 08, 2018 07:06:40.333 [0x7f7bc3a23700] INFO - * onetv_factory::DeviceGetListEx. Found device 7173:8308 May 08, 2018 07:06:40.333 [0x7f7bc3a23700] INFO - * onetv_factory::DeviceGetListEx. Found device 7531:2 May 08, 2018 07:06:40.336 [0x7f7bc3d11700] INFO - * web_service_t::process_device_status May 08, 2018 07:06:40.336 [0x7f7bc3d11700] INFO - * sat2ip_tuner_factory_t::get_tuner_info. device uuid:00000000-0000-1000-8787-00d0551c50ba, frontend index 0 May 08, 2018 07:06:40.336 [0x7f7bc3d11700] INFO - * SAT2IP - get_device_ip_by_device_path() May 08, 2018 07:06:45.344 [0x7f7bc3d11700] INFO - * SAT2IP - discover_satip_servers(): no servers found May 08, 2018 07:06:45.344 [0x7f7bc3d11700] WARN - [E] web_service_t::get_device_status. get_device_info returned error for device dvb#sat2ip#0#uuid:00000000-0000-1000-8787-00d0551c50ba May 08, 2018 10:16:12.515 [0x7f7bc864b700] INFO - * web_service_t::process_device_discovery May 08, 2018 10:16:12.515 [0x7f7bc864b700] INFO - * device_reactor_t::get_device_list () May 08, 2018 10:16:12.515 [0x7f7bc864b700] INFO - * dvb_device_factory_t::get_device_list () May 08, 2018 10:16:14.518 [0x7f7bc864b700] INFO - * SAT2IP - discover_satip_servers(): no servers found

try enabling Debug in the e2 plugin, then it should create a log file. can you post a normal plex log please as well.

@Cleaner_2000 said:
How do I change the port in the lineup.json? With which program? I have only one view with Safari, but I can not change it.

My lineup.jason looks like this:

the port is linked to the tuner type you setup within the plugin, that json looks ok to me, again I would need to see logs from plex and the plugin after debug is enabled.

@andyblac1974 said:
try enabling Debug in the e2 plugin, then it should create a log file. can you post a normal plex log please as well.

How can I enable debug for the e2 plugin?

@“Master of Tragedy” said:

@andyblac1974 said:
try enabling Debug in the e2 plugin, then it should create a log file. can you post a normal plex log please as well.

How can I enable debug for the e2 plugin?

in the plugin GUI, if your running te latest version you should see an option for it.

I am in vacancy… can anyone else do the logs, please?

Will do it this evening.

Ok, here are the logs. I’ve installed the new version 4.0 and enabled debug logs.

@“Master of Tragedy” said:
Ok, here are the logs. I’ve installed the new version 4.0 and enabled debug logs.

looks ok it reading the lineup

May 08, 2018 17:27:02.770 [0x7f08d5b7d700] DEBUG - HTTP requesting GET http://192.168.178.211:6083/lineup.json
May 08, 2018 17:27:02.837 [0x7f08d5b7d700] DEBUG - HTTP 200 response from GET http://192.168.178.211:6083/lineup.json
May 08, 2018 17:27:02.838 [0x7f08d5b7d700] DEBUG - EPG: Computing channel mapping.
May 08, 2018 17:27:02.841 [0x7f08de7ff700] DEBUG - Completed: [192.168.178.83:58782] 200 GET /livetv/epg/channelmap?device=device%3A%2F%2Ftv.plex.grabbers.hdhomerun%2FVIA6W91N&lineup=lineup%3A%2F%2Ftv.plex.providers.epg.onconnect%2FDEU-0004296-X%23Telekom%2520Deutschland%2520GmbH%2520%28DTH%29%2520-%2520Digital (10 live) TLS GZIP 898ms 632 bytes (pipelined: 2)

make sure the E2 bouquet userbouquet.favourites.tv matches the official provider channel listing, as that the bouquet you have chosen.

2018-05-08 17:25:29,178 INFO 192.168.178.210 "GET /device.xml HTTP/1.1" 200 -
2018-05-08 17:25:29,204 INFO 192.168.178.210 "GET /discover.json HTTP/1.0" 200 -
2018-05-08 17:25:29,226 INFO 192.168.178.210 "GET /lineup_status.json HTTP/1.0" 200 -
2018-05-08 17:25:29,257 INFO 192.168.178.210 "GET /discover.json HTTP/1.0" 200 -
2018-05-08 17:25:29,287 INFO 192.168.178.210 "GET /lineup_status.json HTTP/1.0" 200 -

I presume .210 is PMS ?

Yes, .210 is my PMS.
I haven’t changed anything about my favourites bouquet but it just shows an empty mapping for all channels now.
And adding a new DVR shows me all 41 channels of my favourites bouquet but when I press continue the mappings are empty and I can’t add any.

@“Master of Tragedy” said:
Yes, .210 is my PMS.
I haven’t changed anything about my favourites bouquet but it just shows an empty mapping for all channels now.
And adding a new DVR shows me all 41 channels of my favourites bouquet but when I press continue the mappings are empty and I can’t add any.

and it used to work fine ? can you give me a pms version number where it stopped working so I work with plex to whats changed, it defiantly sounds a PMS issue not a E2 plugin issue. I have a feeling it to do with unicode in file names, do you have a access to another sat ? maybe 28.2 try scanning SkyUK and adding that ?.

I’ve done that now and set up again. Although I have specified Satelit shows me Plex at set up only cables. As a result, you can only select cable providers for the EPG list.
The Telecom list that we had before are no longer available, so we did not have airrings at an earlier date. I do not know if it is due to the new Plex version, because I’m back to version 1.12.3.4973, there it was all the time. I have no explanation for that.

As a workaround for me, I have now run my satellite system on cable and taken the EPG provider Sky. Now it goes again, but I miss some channels that are not available on cable in contrast to satellite.

must be provider issue with Plex, I have just tried to setup SkyUK from scratch with PMS 1.13.0.5023 and it seems fine here. although all the new numbers are not correct since Sky’s UK linup change.



I think it stopped working with PMS 1.13.0.5003 for me.
But it seems I can delete the DVR and set it up as new again and select some other provider like “Sky” and I can use channel mappings again.
It just seems the “Telekom Deutschland GmbH” Provider was deleted by Plex? And so the mappings were gone.

Is it normal that they just delete providers from time to time leaving us with a not working DVR?

are all the channels showing from E2 correct when choosing SkyUK (I know the guide channels will be wrong), if so then yes it just sounds like Plex or GraceNote have removed your provider. Let Plex know.

i had the same issue, seems Grace did remove telekom …