Hi,
I have a similar issue, I’m using herrfrost i2c firmware which i have recompiled for i2c address of 3f. It works, kind of except I can’t configure my temperature probes. This is the error I receive back:-
Dec 05 2015 20:28:19 Fresh start! Log files erased.
Dec 05 2015 20:28:26 Installed devices received: []
Dec 05 2015 20:28:26 JSON decode error: Expecting value: line 1 column 2 (char 1)
Dec 05 2015 20:28:26 Line received was: h:[D:{“logType”:“I”,“logID”:10,“V”:[-1]}
Dec 05 2015 20:28:26 controller debug message: INFO MESSAGE 2: Sensor initialized: pin 18 28FF2B7666140320 48.5
Dec 05 2015 20:28:26 Cannot process line from controller: {“i”:-1,“t”:0,“c”:1,“b”:0,“f”:0,“h”:2,“d”:0,“p”:18,“v”: 15.000,“a”:“28FF2B7666140320”,“j”: 0.000}D:{“logType”:“I”,“logID”:10,“V”:[-1]}
Dec 05 2015 20:28:27 controller debug message: INFO MESSAGE 2: Sensor initialized: pin 18 28FF3726661403A5 48.5
Dec 05 2015 20:28:27 Cannot process line from controller: ,{“i”:-1,“t”:0,“c”:1,“b”:0,“f”:0,“h”:2,“d”:0,“p”:18,“v”: 17.375,“a”:“28FF3726661403A5”,“j”: 0.000}D:{“logType”:“I”,“logID”:10,“V”:[-1]}
Dec 05 2015 20:28:27 Cannot process line from controller: ,{“i”:-1,“t”:0,“c”:1,“b”:0,“f”:0,“h”:1,“d”:0,“p”:2,“x”:1}D:{“logType”:“I”,“logID”:10,“V”:[-1]}
Dec 05 2015 20:28:27 Cannot process line from controller: ,{“i”:-1,“t”:0,“c”:1,“b”:0,“f”:0,“h”:1,“d”:0,“p”:5,“x”:1}D:{“logType”:“I”,“logID”:10,“V”:[-1]}
Dec 05 2015 20:28:27 Cannot process line from controller: ,{“i”:-1,“t”:0,“c”:1,“b”:0,“f”:0,“h”:1,“d”:0,“p”:6,“x”:1}D:{“logType”:“I”,“logID”:10,“V”:[-1]}
Dec 05 2015 20:28:27 Cannot process line from controller: ,{“i”:-1,“t”:0,“c”:1,“b”:0,“f”:0,“h”:1,“d”:0,“p”:19,“x”:1}D:{“logType”:“I”,“logID”:10,“V”:[-1]}
Dec 05 2015 20:28:27 Cannot process line from controller: ,{“i”:-1,“t”:0,“c”:1,“b”:0,“f”:0,“h”:1,“d”:0,“p”:4,“x”:1}]
It obviously sees the probes but I get all these errors and I am unsure on how to proceed. Even with no devices attached the device configuration panel doesn’t list anything or return a result from the scan for any devices. Same result on nano and uno. Please help!