Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

config.json customAttrs not recognized #45

Open
vfebert opened this issue Apr 1, 2017 · 0 comments
Open

config.json customAttrs not recognized #45

vfebert opened this issue Apr 1, 2017 · 0 comments

Comments

@vfebert
Copy link

vfebert commented Apr 1, 2017

system works, however all definitions behind "customAttrs" are just ignored.

what's wrong?
here's my config.json
"platforms": [
{
"platform": "HarmonyHub",
"name": "Harmony Hub"
},
{
"platform": "openHAB",
"name": "openHAB",
"host": "192.168.178.27",
"port": "8080",
"sitemap": "raspi",
"useLabelForName": true,
"customAttrs": [
{
"itemName":"Outside Temperature",
"itemLabel":"Aussentemperatur",
"itemManufacturer": "Selfmade",
"itemModel": "NTC",
"itemSerialNumber":"12345678",
"itemType": "TemperatureSensorItem"
},
{
"itemName":"Deckenlicht",
"itemLabel":"LampeDecke",
"itemManufacturer": "Hersteller Deckenlicht Wozi",
"itemModel": "Deckenlicht im Wohnzimmer",
"itemSerialNumber":"12345678",
"itemType":"LightbulbItem"
}
]
}

]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant