Skip to content

Commit

Permalink
Add native entries io-package
Browse files Browse the repository at this point in the history
  • Loading branch information
mattreim committed Nov 21, 2024
1 parent 1e033f7 commit 4ff2a46
Showing 1 changed file with 79 additions and 28 deletions.
107 changes: 79 additions & 28 deletions io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -212,40 +212,37 @@
]
},
"native": {
"private_pw": "",
"control_file": "*",
"km200_active": false,
"km200_ip": "http://192.168.178.x",
"km200_polling": 300,
"km200_entry": "",
"gateway_pw": "",
"emsesp_active": true,
"emsesp_ip": "http://ems-esp",
"ems_apiv3": true,
"ems_http_wait": 100,
"ems_poll_wait": 500,
"ems_token": "",
"ems_polling": 60,
"km200_structure": false,
"ems_expert_on": false,
"ems_dallas": false,
"ems_dallas_old_format": false,
"ems_analog": false,
"ems_custom": false,
"ems_custom_elements": false,
"ems_token": "",
"ems_energy": false,
"ems_nominalpower": 15,
"ems_modulation": "boiler.curburnpow",
"ems_wwactive": "boiler.wwcharging",
"km200_active": false,
"km200_ip": "http://192.168.178.x",
"km200_polling": 300,
"control_file": "*",
"gateway_pw": "",
"private_pw": "",
"recordings": false,
"recordings_format": 0,
"r_multi": 1,
"r_month": true,
"r_c": true,
"statistics": false,
"db": "",
"db_instance": 0,
"database": "iobroker",
"km200_structure": false,
"states_reorg": false,
"statistics": false,
"room": "boiler_room",
"function": "heating",
"eff_active": false,
"modulation": "",
"supplytemp": "",
"returntemp": "",
"eff20": 109.4,
"eff25": 109.3,
"eff30": 108.3,
Expand All @@ -256,16 +253,70 @@
"eff55": 100,
"eff60": 98,
"eff70": 97,
"heatdemand": false,
"thermostats": [
{
"room": "",
"settemp": "",
"actualtemp": "",
"deltam": "",
"hc": "",
"weight": ""
}
],
"heatingcircuits": [
{
"hc": "",
"weighton": "",
"weightoff": "",
"state": "",
"on": "",
"off": "",
"savesettemp": ""
}
],
"syslog": false,
"syslog_port": 20516,
"states_reorg": false,
"heatdemand": false,
"modulation": "",
"supplytemp": "",
"returntemp": "",
"room": "boiler_room",
"function": "heating",
"devices": []
"ems_custom": false,
"devices": [
{
"state": "",
"src": "",
"type": "",
"offset": "",
"polling": "",
"bit": "",
"bytes": "",
"multi": "",
"signed": "",
"state_type": "",
"states": "",
"min": "",
"max": "",
"uom": "",
"writable": ""
}
],
"switchTimes": [
{
"state": "",
"src": "",
"typei": "",
"offseti": "",
"type1": "",
"type2": "",
"polling": ""
}
],
"km200_entry": "",
"ems_apiv3": true,
"ems_http_wait": 100,
"ems_poll_wait": 500,
"r_multi": 1,
"r_month": true,
"r_c": true,
"db_instance": 0,
"database": "iobroker"
},
"encryptedNative": [
"private_pw"
Expand All @@ -274,4 +325,4 @@
"private_pw"
],
"objects": []
}
}

0 comments on commit 4ff2a46

Please sign in to comment.