Toxuin

Results 35 comments of Toxuin

Here's a simple idea for clustering, correct me if I am missing something: Implement a "proxy" in front of 2+ nodes of sonic which would do two things: - Maintain...

I like the things you are proposing! In any shape, clustering for fault-tolerance is a production-ready requirement – at least for us. May I suggest to re-open this issue, even...

Since this current implementation does not much more but puts the raw JSON data to an endpoint-scoped topic, I think having a topic-prefix should be an ok compromise to converting...

I really don't like the idea of switching my whole ingress controller just to be able to do this. Is there a reasoning why this does not belong to vouch's...

It's good to know it's on the roadmap! 👍 I wish I would know go at a level that would be worthy of this project. I'll see what I can...

Hello, have you resolved this? If not - can you please try the latest version since many bugs were fixed since. Please let me know how it goes! Thanks!

The problem lies with `Socket error on client *?*, disconnecting.` on MQTT broker side. Home Assistant uses mosquitto and it's known to throw this exact message for basically whatever problem...

Are there any error messages in the console? The tagged version should've not necessarily fixed the issue you're having, but rather it should give us more insight on what's going...

There doesn't seem to be anything wrong with MQTT from alarmserver's perspective. Could you use some MQTT client to verify that messages are arriving to the broker? Webhook error you're...

@toxic0berliner please verify that your config has MQTT bus enabled: ``` mqtt: enabled: true ``` and there is connection to the broker - your logs should say: ``` MQTT BUS...