Hello,
I’ve installed the unifi binding and I couldn’t get it to work. This is my item:
Server_Jeroen.items:
Contact Server_Jeroen "Jeroen [MAP(unifi.map):%s]" <presence> (gUnifi) {channel="unifi:client:Unifi_Controller:Server_Jeroen:online"}
and my Thing:
Unifi_Controller.things:
Bridge unifi:controller:Unifi_Controller "Unifi Controller:hier" [host="192.168.1.5", username="username", password="xxxx", port=8443, refresh=10]
{
Thing client Server_Jeroen "Jeroen" [mac="10:44:00:95:c0:b6", considerHome=180]
}
and my sitemap:
Text item=Server_Jeroen
I can’t figure out what i"m doing wrong. I used a contact and even a switch but it doesn’t work.