PMS is running on a headless Ubuntu server (with all updates docker :latest). I can successfully 'curl $HDHR3_IP_ADDRESS. So i don’t believe its a firewall issue. Trying to manually add the device in the PMS DVR yields the error ‘There was a problem adding the device: $HDHR3_IP_ADDRESS’
i’ve rebooted both my HDHomeRun DUAL (Model HDHR3-US, Firmware: 20200225) and my PMS (Version 1.21.1.3842).
This tuner work a fews months ago. With the holidays I haven’t been using it much. I don’t know what PMS version it last worked on however.
My HDHomeRun CONNECT (Model: HDHR4-2US, Firmware: 20200907) seems to work fine.
Edit: I upgraded to PMS Version 1.21.1.3876 last night. Problem persists.
suggest you ensure debug logging is enabled on the server. Update to the current version 1.21.1.3876-3c3adfcb4 and reproduce the problem after a fresh launch of Plex Media Server and then gather server logs and screenshot
see
The HD Homerun Dual is an old model and is managed by the Plex Tuner Service
I appreciate you looking into this. I’ll be a bit more patient knowing that you only work Tuesdays.
I’d rather not post my entire log set for security reasons, but I sent a DM with the complete set.
The Plex Tuner Server.log does not show successful discovery of the DVR on 192.168.43.101 with an error being returned when the device status is requested - i am guessing at the moment that dvb#hdhr#0'272386583 is actuall DVR with device if 103C4A17
Jan 12, 2021 12:58:25.333 [0x7f57c77fe700] INFO - [I] v4l::DeviceGetList_impl. getting v4l device list
Jan 12, 2021 12:58:25.338 [0x7f57c77fe700] INFO - [I] onetv_factory::DeviceGetListEx >>
Jan 12, 2021 12:58:25.338 [0x7f57c77fe700] WARN - [W] onetv_factory::DeviceGetListEx. libusb_init returned an error -99
Jan 12, 2021 12:58:25.339 [0x7f57cca00700] INFO - [I] web_service_t::process_device_status
Jan 12, 2021 12:58:25.758 [0x7f57cca00700] WARN - [E] web_service_t::get_device_status. get_device_info returned error for device dvb#hdhr#0#272386583
A previous report of similar issue was reported back as was being a firewall issue - see HDHomerun not found
Could you look into the firewall rules
Also try the LineupURL for that DVR - the one you redacted. Try it in a browser and see what you get back
As best i can tell there is no firewall blocking com between PMS and the HDHR. I’m using a docker container PMS and I’m fairly new to docker but IPTABLES on the host is not blocking this.
I can’t switch to host networking, but I did temporally start PMS on a host directly (without docker). I confirmed that I am able to detect the DUAL. NOTE that I stopped the docker container for this test and both instances of PMS point to the same location in my NAS for configuration, database and content.
That implies the issue is with bridge networking and/or docker. but begs the question, why does the CONNECT work but not the DUAL?
Again, I don’t believe there are any firewalls blocking the traffic, but maybe the bridge set up, as i’ve only specified port 32400 for NAT. PMS-Docker
I.e. only ‘-p 32400:32400/tcp’
When setting up my container i referenced This article
I don’t believe I’m using any of the referenced ports so didn’t include them. (e.g. Bonjour/Avahi, G’Day, DLNA, or Plex Companion)