Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "//": "Please only change this file when pimatic is NOT running, otherwise pimatic will overwrite your changes.",
- "settings": {
- "debug": true,
- "loglevel": "debug",
- "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": "xxx"
- },
- "httpsServer": {},
- "gui": {}
- },
- "plugins": [
- {
- "plugin": "cron"
- },
- {
- "plugin": "mobile-frontend",
- "mode": "development"
- },
- {
- "plugin": "weather"
- },
- {
- "plugin": "homeduino",
- "driver": "serialport",
- "driveroptions": {
- "serialDevice": "/dev/ttyUSB0",
- "baudrate": 115200
- },
- "receiverPin": 0,
- "transmitterPin": 4
- }
- ],
- "devices": [
- {
- "id": "Eetkamerlamp",
- "name": "Eetkamerlamp",
- "class": "HomeduinoRFSwitch",
- "protocols": [
- {
- "name": "switch1",
- "options": {
- "id": 15267566,
- "unit": 0
- }
- }
- ]
- },
- {
- "id": "Stalamp",
- "name": "Stalamp",
- "class": "HomeduinoRFSwitch",
- "protocols": [
- {
- "name": "switch1",
- "options": {
- "id": 15267566,
- "unit": 1
- }
- }
- ]
- }
- ],
- "rules": [],
- "pages": [
- {
- "id": "woonkamer",
- "name": "Woonkamer",
- "devices": [
- {
- "deviceId": "Eetkamerlamp"
- },
- {
- "deviceId": "Stalamp"
- }
- ]
- }
- ],
- "groups": [],
- "users": [
- {
- "username": "admin",
- "password": "xxx",
- "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": []
- }
Advertisement
Add Comment
Please, Sign In to add comment