Can you explain what you meant by doesn't render... I have a servio and it "renders" just fine as it is a RecordEngine thus it returns the discover.json as any other engine. As for version, the servio would be different as the "engine" does not report a version like other engines as it is not upgradable (on its own), but does report FirmwareVersion as one would update by updating firmware. The other interesting thing is that it gets a DeviceAuth. If you are looking for the device's web page use the BaseURL from the returned json (I can click it with my browser)
In case demonrik wants it here is what a discover from a servio looks like.
Code: Select all
{
FriendlyName: "HDHomeRun SERVIO",
ModelNumber: "HHDD-2TB",
FirmwareName: "hdhomerun_hdd",
FirmwareVersion: "20190715beta1",
DeviceID: "15300xxx",
DeviceAuth: "xxxxxxxxxxxxxxxxxxxxxxxx",
BaseURL: "http://192.168.x.x:80",
StorageID: "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
StorageURL: "http://192.168.x.x:80/recorded_files.json",
TotalSpace: 1999421038592,
FreeSpace: 1000000000000
}