We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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" } ] }
]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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"
}
]
}
]
The text was updated successfully, but these errors were encountered: