Thanks to all developers for a great job. I’m a big fan of Pimatic, runs for over a year without any problems. But now I don’t get any further.
I have now tried to create a temperature display in Floorplan for 4 days, unfortunately without success. The plan states that the ending .svg is entered. This doesn’t work with the devices, so I have to leave out the ending to get a display. The light function works, can switch the pump, but does not display the temperature.
Following configuration:
Device
},
"hardwareId": "28-0415912ac0ff",
"interval": 3000,
"id": "kesseltemperatur",
"name": "Kesseltemperatur",
"class": "DS18B20Sensor"
},
{
"hardwareId": "28-0416011a64ff",
"id": "solarkollektor",
"name": "Solarkollektor",
"class": "DS18B20Sensor"
},
],
Floorplan Device
{
"floorplan": "haus1.svg",
"devices": [
{
"name": "Solarsensor",
"svgId": "text1096",
"type": "sensor",
"pimatic_device_id": "solarkollektor",
"pimatic_attribute_name": "solarkollektor_temperature",
"acronym": "Wert",
"unit": "C",
"format": ""
},
{
"name": "Solar",
"svgId": "path1084",
"type": "light",
"pimatic_device_id": "solarpumpe",
"pimatic_attribute_name": "solarpumpe_state",
"format": ""
},
{
"name": "Solarkollektor",
"svgId": "rect1002",
"type": "sensor_bar",
"pimatic_device_id": "solarkollektor",
"pimatic_attribute_name": "solarkollektor_temperature",
"format": ""
}
],
"xAttributeOptions": [],
"id": "haus",
"name": "Haus",
"class": "Floorplan"
}
what am I doing wrong
GUI
The boiler temperature is displayed correctly