habe das item parsing nochmal angepasst (und gepushed), so dass jetzt auch folgendes geht:
also zentral definierter name & description.
falls das deine discovery probleme nicht loest, dann poste mal bitte deine items. generell muss ein item einen type definiert haben, sonst ignoriert smarthomeNG das item prinzipiell
Code:
[root]
[[livingroom_lamps]]
type = foo
alexa_device = livingroom_lamps
alexa_name = "Livingroom"
alexa_description = "Couch and Main Livingroom-Lamps"
[[[couch]]]
type = bool
alexa_device = livingroom_lamps
alexa_actions = "turnOn turnOff"
knx_dpt = 1
knx_listen = 1/2/1
knx_init = 1/2/1
knx_send = 1/2/0
[[[main]]]
type = bool
alexa_device = livingroom_lamps
alexa_actions = "turnOn turnOff"
knx_dpt = 1
knx_listen = 1/2/11
knx_init = 1/2/11
knx_send = 1/2/10
falls das deine discovery probleme nicht loest, dann poste mal bitte deine items. generell muss ein item einen type definiert haben, sonst ignoriert smarthomeNG das item prinzipiell


Kommentar