The addon uses the API call /web/signal to check the current signal quality every second.
On my box (Gigablue UHD UE 4k running OpenAtv and openwebif-1.3.9+git3732+a8eac35-r0), this call yields the signal status of the tuner that the box currently displays on the attached TV, not the status of the current stream that is transferred to kodi. If the box is in standby, /web/signal returns no data, even though a stream is currently playing in kodi:
$ curl http://10.0.0.25/web/signal
<?xml version="1.0" encoding="UTF-8"?>
<e2frontendstatus>
<e2snrdb> dB</e2snrdb>
<e2snr> %</e2snr>
<e2ber></e2ber>
<e2acg> %</e2acg>
</e2frontendstatus>
This results in three kodi.log error lines every second:
2020-12-27 00:52:30.194 T:125058 ERROR <general>: AddOnLog: pvr.vuplus: pvr.vuplus - GetTunerSignal Could not parse e2ber from result!
2020-12-27 00:52:30.194 T:125058 ERROR <general>: SignalQuality: Add-on 'UHD UE 4K:dream.ms14.kloburg.at' returned an error: server error
2020-12-27 00:52:30.755 T:125058 ERROR <general>: AddOnLog: pvr.vuplus: pvr.vuplus - GetTunerSignal Could not parse e2ber from result!
2020-12-27 00:52:30.755 T:125058 ERROR <general>: SignalQuality: Add-on 'UHD UE 4K:dream.ms14.kloburg.at' returned an error: server error
2020-12-27 00:52:31.337 T:125058 ERROR <general>: AddOnLog: pvr.vuplus: pvr.vuplus - GetTunerSignal Could not parse e2ber from result!
2020-12-27 00:52:31.337 T:125058 ERROR <general>: SignalQuality: Add-on 'UHD UE 4K:dream.ms14.kloburg.at' returned an error: server error
2020-12-27 00:52:31.898 T:125058 ERROR <general>: AddOnLog: pvr.vuplus: pvr.vuplus - GetTunerSignal Could not parse e2ber from result!
2020-12-27 00:52:31.898 T:125058 ERROR <general>: SignalQuality: Add-on 'UHD UE 4K:dream.ms14.kloburg.at' returned an error: server error
Unfortunately I could not find any info how to specify the tuner for which the signal info should be returned using the openwebif API.
P.S.: I am aware that display signal quality can be turned off in kodi PVR settings.
The addon uses the API call
/web/signalto check the current signal quality every second.On my box (Gigablue UHD UE 4k running OpenAtv and openwebif-1.3.9+git3732+a8eac35-r0), this call yields the signal status of the tuner that the box currently displays on the attached TV, not the status of the current stream that is transferred to kodi. If the box is in standby,
/web/signalreturns no data, even though a stream is currently playing in kodi:This results in three kodi.log error lines every second:
Unfortunately I could not find any info how to specify the tuner for which the signal info should be returned using the openwebif API.
P.S.: I am aware that display signal quality can be turned off in kodi PVR settings.