From fd656eb6fb390944dc06fccc05ea8fe39b926ec5 Mon Sep 17 00:00:00 2001 From: hofrichter Date: Mon, 26 Oct 2015 16:05:08 +0000 Subject: [PATCH] 70_PIONEERAVR: Fixed the decoding for the reading 'display' - jsonlist/jsonlist2 should work now git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@9690 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/CHANGED | 1 + fhem/FHEM/70_PIONEERAVR.pm | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/fhem/CHANGED b/fhem/CHANGED index 95e91e3f2..812454826 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -1,5 +1,6 @@ # Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # Do not insert empty lines here, update check depends on it. + - bugfix: 70_PIONEERAVR: fixed the decoding for the reading "display". - feature: 93_DbLog: Added support for longpoll SVG. - feature: contrib/98_openweathermap.pm - add support for stationByZip. e.g. 76133,de will find weather data for Karlsruhe,Germany diff --git a/fhem/FHEM/70_PIONEERAVR.pm b/fhem/FHEM/70_PIONEERAVR.pm index e13f7fc8d..5fa31ff21 100644 --- a/fhem/FHEM/70_PIONEERAVR.pm +++ b/fhem/FHEM/70_PIONEERAVR.pm @@ -948,12 +948,12 @@ PIONEERAVR_Define($$) { "1F"=>"¯", "20"=>" ", "21"=>"!", - "22"=>" ", + "22"=>"\"", "23"=>"#", "24"=>"\$", "25"=>"%", "26"=>"&", - "27"=>" ", + "27"=>"\'", "28"=>"(", "29"=>")", "2A"=>"*", @@ -1006,7 +1006,7 @@ PIONEERAVR_Define($$) { "59"=>"Y", "5A"=>"Z", "5B"=>"[", - "5C"=>" ", + "5C"=>"\\", "5D"=>"]", "5E"=>"^", "5F"=>"_",