@Gleno0h
Maybe the error is the problem. I installed some plugins but I cann´t run any of them, for example the wheater or the sunset. I installed as it is shown in this description
My wiring is:
Transmitter Gnd ->Gnd
Transmitter DATA ->D2
Transmitter VCC -> 5V

Here is my config:
{
"settings": {
"httpServer": {
"enabled": true,
"port": 80
},
"database": {
"deviceAttributeLogging": [
{
"deviceId": "*",
"attributeName": "*",
"type": "*",
"interval": "0",
"expire": "7d"
},
{
"deviceId": "*",
"attributeName": "*",
"type": "continuous",
"interval": "5min",
"expire": "7d"
},
{
"deviceId": "*",
"attributeName": "temperature",
"type": "number",
"expire": "1y"
},
{
"deviceId": "*",
"attributeName": "humidity",
"type": "number",
"expire": "1y"
}
],
"messageLogging": [
{
"level": "*",
"tags": [],
"expire": "7d"
},
{
"level": "debug",
"tags": [],
"expire": "0"
}
]
},
"authentication": {
"secret": "kK5j/c0BvvZNkRvMSfwZfb4RmjuuaHFa7iaPgwLVGTKviTlO8m8qP5O+Kb+/YCBIfFNbg0x5yoM6nYRlNzeL7Q=="
},
"httpsServer": {},
"gui": {},
"cors": {}
},
"plugins": [
{
"plugin": "cron",
"active": true
},
{
"plugin": "mobile-frontend",
"mode": "production",
"theme": "graphite/water",
"debug": true,
"active": true,
"flat": false
},
{
"plugin": "wheather",
"active": true
},
{
"plugin": "homeduino",
"driver": "serialport",
"driverOptions": {
"serialDevice": "/dev/ttyUSB0",
"baudrate": 115200
},
"receiverPin": 0,
"transmitterPin": 4,
"enableReceiving": true,
"debug": true
},
{
"plugin": "gpio",
"active": false
},
{
"plugin": "sunrise",
"active": true,
"latitude": 37.371794,
"longitude": -122.03476
}
],
"devices": [],
"rules": [],
"pages": [
{
"id": "favourite",
"name": "Favourites",
"devices": []
}
],
"groups": [],
"users": [
{
"username": "pi",
"password": "raspberry",
"role": "admin"
}
],
"roles": [
{
"name": "admin",
"permissions": {
"pages": "write",
"rules": "write",
"variables": "write",
"messages": "write",
"events": "write",
"devices": "write",
"groups": "write",
"plugins": "write",
"updates": "write",
"database": "write",
"config": "write",
"controlDevices": true,
"restart": true
}
}
],
"variables": []
}