Closed lpt2007 closed 5 years ago
:wave: Thanks for opening your first issue here! If you're reporting a :bug: bug, please make sure you include steps to reproduce it. Also, logs, error messages and information about your hardware might be usefull.
Resolved on Discord,
Set readonly: true to readonly: false and restart addon.
Sent from my iPhone
On 2 Jan 2019, at 00:53, CuBiC notifications@github.com wrote:
What was the resolution? Running in same problem here.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread.
When I try to connect from mqtt web client I get error:
Connect failed: AMQJS0007E Socket error:undefined.
I use hassos 1.13 on rpi3.
addon conf: { "log_level": "info", "certfile": "fullchain.pem", "keyfile": "privkey.pem", "web": { "enabled": true, "ssl": true }, "broker": { "enabled": true, "enable_ws": true, "enable_mqtt": true, "enable_ws_ssl": true, "enable_mqtt_ssl": true, "allow_anonymous": false }, "mqttusers": [ { "username": "user", "password": "*****", "readonly": true, "topics": [ "#" ] } ] }
error in addon log: 1546026878: New connection from 192.168.0.15 on port 1883. 1546026878: Socket error on client, disconnecting.