Same config as on the raspberry (except for the com port of course):
Code:
{
"devices": {
"newkaku0": {
"protocol": [ "kaku_switch" ],
"id": [{
"id": 15810638,
"unit": 0
}],
"state": "on"
},
"newkaku1": {
"protocol": [ "kaku_switch" ],
"id": [{
"id": 15810638,
"unit": 1
}],
"state": "on"
},
"newkaku2": {
"protocol": [ "kaku_switch" ],
"id": [{
"id": 15810638,
"unit": 2
}],
"state": "on"
},
"allnewkakus": {
"protocol": [ "kaku_switch" ],
"id": [{
"id": 15810638,
"unit": 0
}],
"all": 1,
"state": "on"
},
"oldkakuA1": {
"protocol": [ "kaku_switch_old" ],
"id": [{
"id": 0,
"unit": 0
}],
"state": "off"
},
"oldkakuA2": {
"protocol": [ "kaku_switch_old" ],
"id": [{
"id": 1,
"unit": 0
}],
"state": "off"
},
"oldkakuA3": {
"protocol": [ "kaku_switch_old" ],
"id": [{
"id": 2,
"unit": 0
}],
"state": "off"
},
"dimmer": {
"protocol": [ "kaku_screen_old" ],
"id": [{
"id": 3,
"unit": 0
}],
"state": "up"
},
"outside": {
"protocol": [ "openweathermap" ],
"id": [{
"country": "nl",
"location": "amsterdam"
}],
"humidity": 53.00,
"temperature": 9.31,
"sunrise": 7.09,
"sunset": 18.27,
"sun": "set",
"update": 0
},
"rpi": {
"protocol": [ "cpu_temp" ],
"id": [{
"id": 1
}],
"temperature": 40.622,
"poll-interval": 60
},
"weather": {
"protocol": [ "alecto_wx500" ],
"id": [{
"id": 97
}],
"temperature": 8.0,
"humidity": 56.0,
"windavg": 0.4,
"winddir": 4.5,
"windgust": 1.4,
"battery": 1
},
"weather1": {
"protocol": [ "alecto_wx500" ],
"id": [{
"id": 216
}],
"temperature": 17.0,
"humidity": 76.0,
"windavg": 2.4,
"winddir": 6.5,
"windgust": 7.4,
"battery": 1
}
},
"rules": {},
"gui": {
"newkaku0": {
"name": "newkaku0",
"group": [ "Woonkamer" ],
"media": [ "all" ],
"readonly": 0
},
"newkaku1": {
"name": "newkaku1",
"group": [ "Woonkamer" ],
"media": [ "all" ],
"readonly": 0
},
"newkaku2": {
"name": "newkaku2",
"group": [ "Woonkamer" ],
"media": [ "all" ],
"readonly": 0
},
"allnewkakus": {
"name": "allnewkakus",
"group": [ "Woonkamer" ],
"media": [ "all" ],
"readonly": 0
},
"oldkakuA1": {
"name": "oldkakuA1",
"group": [ "Woonkamer" ],
"media": [ "all" ],
"readonly": 0
},
"oldkakuA2": {
"name": "oldkakuA2",
"group": [ "Woonkamer" ],
"media": [ "all" ],
"readonly": 0
},
"oldkakuA3": {
"name": "oldkakuA3",
"group": [ "Woonkamer" ],
"media": [ "all" ],
"readonly": 0
},
"dimmer": {
"name": "dimmer",
"group": [ "Woonkamer" ],
"media": [ "all" ],
"readonly": 0
},
"rpi": {
"name": "Raspi Temp",
"group": [ "Misc" ],
"media": [ "all" ],
"decimals": 1
},
"weather": {
"name": "Ventus W132",
"group": [ "Outside" ],
"media": [ "all" ]
},
"weather1": {
"name": "Ventus W186",
"group": [ "Outside" ],
"media": [ "all" ],
"show-wind": 0
}
},
"settings": {
"log-level": 4,
"log-file": "c:/pilight/pilight.log",
"send-repeats": 10,
"receive-repeats": 1,
"webserver-enable": 1,
"webserver-root": "c:/pilight/web/",
"webserver-port": 5001,
"webserver-cache": 1,
"webgui-websockets": 0
},
"hardware": {
"433nano": {
"comport": "COM7"
}
},
"registry": {}
}