sasu-drooz / Domoticz-Rfplayer

Domoticz python Plugin for Ziblue RfPlayer Rfp1000
GNU General Public License v3.0
12 stars 16 forks source link

Oregon Scientific WMR - PCR800 Sonde Pluviomètre #65

Open papo-o opened 6 years ago

papo-o commented 6 years ago

Bonjour, j'ai en permanence ce message dans les logs avec mon pluviometre PCR800 de chez Oregon : Warning: Expecting svalue with at least 2 elements separated by semicolon, 1 elements received ("1.78"), notification not sent (Hardware: 2 - RF, ID: 00020001, Unit: 1, Type: 55 - Rain, SubType: 0 - Unknown)

zaraki673 commented 6 years ago

bonjour, je regarde ca ASAP ;)

macharpen commented 6 years ago

Hello.

I have just corrected the code to the lines:

1442 => replacement of str(CurrentRain) by str(CurrentRain) + ";" + str(TotalRain) 1444 => replacement of str(CurrentRain) by str(CurrentRain) + ";" + str(TotalRain)

Because Domoticz expect to receive 2 value and not 1.

for me, it works really well.

Thanks again for this plugin.