Temperature control not working

Having an issue with setting the temperature though either beer profile or beer temp. Set to beer constant a week ago and set a profile to warm up the beer overnight. Nothing changed and have errors in the log. Trying to change the beer temp also has no effect.


May 20 2018 02:55:25 Controller debug message: INFO MESSAGE 12: Received new setting: beerSet = 35.16
May 20 2018 02:55:25 JSON decode error: Expecting ‘:’ delimiter: line 1 column 27 (char 26)
May 20 2018 02:55:25 Line received was: C:{“tempFormat”:“F”,"heat6,“heater2_kp”:10.00,“heater2_ti”:600,“heater2_td”:60,“heater2_infilt”:1,“heater2_dfilt”:4,“cooler_kp”:10.00,“cooler_ti”:1800,“cooler_td”:200,“cooler_infilt”:1,“cooler_dfilt”:4,“beer2fridge_kp”:8.00,“beer2fridge_ti”:7200,“beer2fridge_td”:600,“beer2fridge_infilt”:1,“beer2fridge_dfilt”:6,“beer2fridge_pidMax”:10.00,“minCoolTime”:120,“minCoolIdleTime”:180,“heater1PwmPeriod”:10,“heater2PwmPeriod”:4,“coolerPwmPeriod”:1200,“deadTime”:1800}
Exception in thread Thread-1:
Traceback (most recent call last):
File “/usr/lib/python2.7/threading.py”, line 801, in __bootstrap_inner
self.run()
File “/usr/lib/python2.7/threading.py”, line 754, in run
self.__target(*self.__args, **self.__kwargs)
File “/home/brewpi/backgroundserial.py”, line 130, in __listen_thread
line_from_buffer = self.__get_line_from_buffer()
File “/home/brewpi/backgroundserial.py”, line 146, in __get_line_from_buffer
stripped_buffer, messages = filterOutLogMessages(self.buffer)
File “/home/brewpi/expandLogMessage.py”, line 124, in filterOutLogMessages
log_messages = map(expandLogMessage, log_messages_raw)
File “/home/brewpi/expandLogMessage.py”, line 71, in expandLogMessage
logId = int(logMessageJson[‘logID’])
KeyError: ‘logID’