fmartinou

Results 181 comments of fmartinou

Are you sure about the configuration to connect to your MQTT broker? ``` ('127.0.0.1', 1883), [Errno 99] Address not available ```

Hi, Your startup log doesn't seem to be printed by a recent version of `tydom2mqtt` 🤔 . It should look something like: ``` 2023-09-02 11:09:46,396 - Starting tydom2mqtt 2023-09-02 11:09:46,397...

Hi, It's a totally valid request; I add it to my todo list.

> I put a random PIN, 1234 as Alarm Pin. That was one point of the issue. Yes, that’s a trap :confused: I need to improve that to make this...

Hi, The alarm pin is expected to be a string (not a number). So in yaml, you must enclose your digits with single or double quotes.

Which endoint are you using to connect to the Tydom: `mediation.tydom.com` or the tydom local IP address?

Can you please briefly restart the addon with `LOG_LEVEL=debug` to get more details? thanks

Hi, I'm aware of that high cpu usage problem; I don't known yet where it comes from. Unfortunately, these days I have absolute no time to investigate so don't put...

Hi, Along with every new release there is a changelog you can read: https://fmartinou.github.io/tydom2mqtt/#/changelog/ As you can see it doesn't mention this bug so... don't expect it to be resolved...

Hi, The #119 is available in the version `3.3.0`; please give it a try and report here if the app is more stable or not. Thanks!