Hello Marc,
Thank you for your work! I’ve bought the eldat stick. I’ve installed your addon and i can see my easywave devices sending messages in the logs. As far as I’m aware the addon works. I’m havving issues in getting your addon to talk with my MQTT broker? I havn’t configured my buttons yet so i’m still using your config but with my IP adress and userdata. I see in my MQTT logs that there is a login attempt. But after a while I get an error in the Easywave2MQTT logs.
{
"LogLevel": "Information",
"SerialPort": "/dev/ttyUSB0",
"EasywaveActionTimeout": "500",
"EasywaveRepeatTimeout": "80",
"MQTTServer": "192.168.129.17",
"MQTTPort": "1883",
"MQTTUser": "broker",
"MQTTPassword": "mqttbroker",
"Devices": [
{
"Id": "229ad6",
"Type": "Transmitter",
"Name": "Schakelaar Terras",
"Area": "Keuken",
"Buttons": [ "A", "B" ]
},
{
"Id": "2274e4",
"Type": "Transmitter",
"Name": "Schakelaar Livingdeur",
"Area": "Keuken",
"Buttons": [ "A", "B", "C", "D" ]
},
{
"Id": "22a4c1",
"Type": "Transmitter",
"Name": "Schakelaar Haldeur",
"Area": "Keuken",
"Buttons": [ "A", "B" ]
},
{
"Id": "2295be",
"Type": "Transmitter",
"Name": "Schakelaar Keukendeur",
"Area": "Wasplaats",
"Buttons": [ "A", "B" ]
},
{
"Id": "227e60",
"Type": "Transmitter",
"Name": "Schakelaar Livingdeur",
"Area": "Hal",
"Buttons": [ "A", "B", "C", "D" ]
},
{
"Id": "2295ce",
"Type": "Transmitter",
"Name": "Schakelaar Badkamer",
"Area": "Badkamer",
"Buttons": [ "A", "B" ]
},
{
"Id": "22963e",
"Type": "Transmitter",
"Name": "Schakelaar Hal Badkamer",
"Area": "Hal",
"Buttons": [ "A", "B" ]
},
{
"Id": "229630",
"Type": "Transmitter",
"Name": "Schakelaar Hal Nina",
"Area": "Hal",
"Buttons": [ "A", "B" ]
},
{
"Id": "229964",
"Type": "Transmitter",
"Name": "Schakelaar Hal Eline",
"Area": "Hal",
"Buttons": [ "A", "B" ]
},
{
"id": "229589",
"Type": "Transmitter",
"Name": "Deur",
"Area": "Slaapkamer Ouders",
"Buttons": [ "A", "B" ]
},
{
"id": "22759c",
"Type": "Transmitter",
"Name": "Bed",
"Area": "Slaapkamer Ouders",
"Buttons": [ "A", "B", "C", "D" ]
},
{
"Id": "kkn1",
"Type": "Light",
"Name": "Keukentafel",
"Area": "Keuken",
"Subscriptions": [
{
"Address": "2274e4",
"KeyCode": "C"
},
{
"Address": "22a4c1",
"KeyCode": "A"
},
{
"Address": "000010",
"KeyCode": "C",
"CanSend": "true"
}
]
},
{
"Id": "kkn2",
"Type": "Light",
"Name": "Aanrecht Keuken",
"Area": "Keuken",
"Subscriptions": [
{
"Address": "2274e4",
"KeyCode": "A"
},
{
"Address": "000010",
"KeyCode": "A",
"CanSend": "true"
}
]
},
{
"Id": "waspl1",
"Type": "Light",
"Name": "Wasplaats",
"Area": "Wasplaats",
"Subscriptions": [
{
"Address": "000020",
"KeyCode": "A",
"CanSend": "true"
},
{
"Address": "2295be",
"KeyCode": "A"
}
]
},
{
"Id": "hal",
"Type": "Light",
"Name": "Hal",
"Area": "Hal",
"Subscriptions": [
{
"Address": "000030",
"KeyCode": "A",
"CanSend": "true"
},
{
"Address": "227e60",
"KeyCode": "A"
}
]
},
{
"Id": "slk1_2",
"Type": "Light",
"Name": "Dressing Ouders",
"Area": "Slaapkamer Ouders",
"Subscriptions": [
{
"Address": "000041",
"KeyCode": "C",
"CanSend": "true"
},
{
"Address": "22759c",
"KeyCode": "C"
}
]
},
{
"Id": "terras",
"Type": "Light",
"Name": "Terras",
"Area": "Buiten",
"Subscriptions": [
{
"Address": "000070",
"KeyCode": "A",
"CanSend": "true"
},
{
"Address": "229ad6",
"KeyCode": "A"
}
]
},
{
"Id": "badk1",
"Type": "Light",
"Name": "Badkamer",
"Area": "Badkamer",
"Subscriptions": [
{
"Address": "2295ce",
"KeyCode": "A"
}
]
},
{
"Id": "18df10",
"Type": "Transmitter",
"Name": "Buro OG",
"Area": "Living",
"Buttons": [ "A", "B", "C" ]
},
{
"Id": "buro",
"Type": "Blind",
"Name": "Buro",
"Area": "Living",
"Subscriptions": [
{
"Address": "18df10",
"KeyCode": "A"
},
{
"Address": "000011",
"KeyCode": "A",
"CanSend": "true"
}
]
}
]
}
[16:35:58.959 ERR Easywave2Mqtt.Mqtt.MessagingService] Failed to connect to MQTT broker: null
[16:36:03.972 ERR Easywave2Mqtt.Mqtt.MessagingService] Failed to connect to MQTT broker: null
[16:36:08.985 ERR Easywave2Mqtt.Mqtt.MessagingService] Failed to connect to MQTT broker: null
[16:36:13.997 ERR Easywave2Mqtt.Mqtt.MessagingService] Failed to connect to MQTT broker: null
[16:36:19.008 ERR Easywave2Mqtt.Mqtt.MessagingService] Failed to connect to MQTT broker: null
[16:36:24.021 ERR Easywave2Mqtt.Mqtt.MessagingService] Failed to connect to MQTT broker: null
[16:36:29.029 ERR Easywave2Mqtt.Mqtt.MessagingService] Failed to connect to MQTT broker: null
[16:36:34.039 ERR Easywave2Mqtt.Mqtt.MessagingService] Failed to connect to MQTT broker: null
[16:36:39.049 ERR Easywave2Mqtt.Mqtt.MessagingService] Failed to connect to MQTT broker: null
[16:36:44.058 ERR Easywave2Mqtt.Mqtt.MessagingService] Failed to connect to MQTT broker: null
[16:36:49.067 ERR Easywave2Mqtt.Mqtt.MessagingService] Failed to connect to MQTT broker: null
[16:36:54.078 ERR Easywave2Mqtt.Mqtt.MessagingService] Failed to connect to MQTT broker: null
[16:36:59.088 ERR Easywave2Mqtt.Mqtt.MessagingService] Failed to connect to MQTT broker: null
[16:37:04.098 ERR Easywave2Mqtt.Mqtt.MessagingService] Failed to connect to MQTT broker: null
[16:37:09.107 ERR Easywave2Mqtt.Mqtt.MessagingService] Failed to connect to MQTT broker: null
This is what I see on the MQTT side.
2024-07-01 16:35:37: New connection from 172.30.32.2:57770 on port 1883.
2024-07-01 16:35:37: Client <unknown> closed its connection.
2024-07-01 16:37:37: New connection from 172.30.32.2:50598 on port 1883.
2024-07-01 16:37:37: Client <unknown> closed its connection.
2024-07-01 16:39:37: New connection from 172.30.32.2:46046 on port 1883.
2024-07-01 16:39:37: Client <unknown> closed its connection.
2024-07-01 16:41:37: New connection from 172.30.32.2:56104 on port 1883.
2024-07-01 16:41:37: Client <unknown> closed its connection.
2024-07-01 16:43:37: New connection from 172.30.32.2:56316 on port 1883.
2024-07-01 16:43:37: Client <unknown> closed its connection.
2024-07-01 16:45:37: New connection from 172.30.32.2:36338 on port 1883.
2024-07-01 16:45:37: Client <unknown> closed its connection.
2024-07-01 16:47:37: New connection from 172.30.32.2:37272 on port 1883.
2024-07-01 16:47:37: Client <unknown> closed its connection.
The strange thing is that i can send test messages from within homeassistant. So I think my addon is working properly… I’m sure I’m doing something wrong but Im struggeling with this for some time now, and would like to intigrate my lighting at home with this Addon. All my switches are easywave switches…
Your help would be very much appreciated!