I'm trying to use Imperihome with my Iphone. All is OK (connexion between domoticz-Mydomoathome-Imperihome). But i have a problem with temperature devices in domoticz.
When i try to create few device like dummy switch to test, no problem with Imperihome. Example :
{"devices":[{"params":[{"value":"0","key":"Status"}],"name":"test","type":"DevSwitch","id":"6","room":"Switches"}]}
But if i try to add a temperature device (in my example motherboard rasppi temp), imperihome "loose" all device.
{"devices":[{"params":[{"value":"0","key":"Status"}],"name":"test","type":"DevSwitch","id":"6","room":"Switches"},{"params":[{"unit":"�C","value":"39.5","graphable":"true","key":"Value"}],"name":"Internal Temperature","id":"7","type":"DevTemperature","room":"Temp"}]}
There is a bad caracter degré in unit . Is this may be causing the problem ?
Thanks by advance for your help et thanks again for all your work

Movitch