I had modified the Arduino firmware to support another sensors like door-contact and PIR. It will count how much the door is opened. Also for PIR detection. The results are shown in the DHT graphics. However the unit and acronym strings are not correct. I tried to modify the config.jon to change these strings.
{
"id": "homeduino-door_pir1",
"name": "DHT Garage deur/ Bijkeuken PIR",
"class": "HomeduinoDHTSensor",
"type": 22,
"pin": 10,
"attributes": [
{
"temperature": [
{
"unit": "#",
"acronym": "DEUR"
}
],
"humidity": [
{
"unit": "#",
"acronym": "PIR"
}
]
}
],
},
Pimatic generates no error and will not recognize these parameters. What is wrong? Or is it not supported by the plug-in Homeduino?