mak-gitdev

Results 20 comments of mak-gitdev

Hi @tostmann, Thanks for wanting to contribute to this project and sorry for the quite late reply as I've been quite busy work wise. Also very good job done for...

The issue comes from paho-mqtt. As the version is not indicated during installation of paho-mqtt, the latest version is used. Unfortunately, this latest version of paho-mqtt (paho-mqtt-2.0.0rc2) breaks enoceanmqtt. The...

Hi @Brealiq, Thanks for spotting these typos :+1: Did you try to fix and if so is it working now ?

[Done](https://github.com/users/mak-gitdev/projects/1/views/1?pane=issue&itemId=50646835). Will appear in 0.1.29

Hello @chma73, Thanks for spotting this issue. This has been fixed by commit 1c7c616 that is yet to be released. I will close the issue once the release is made...

Hi @williz23, Thank you very much for this detailed issue. I will apply your solution. Apart from that, do you have any other problems with your A5-20-01 or is it...

Hi @jansorg, As you correctly guessed, the setpoint is sent unscaled because the interpretation is manufacturer-dependent. For now, you have two possibilities to scale the value: - Use a template...

Hi @jansorg, Is everything ok with my previous message. If so, could you close the issue ?

Hi @jansorg, What is your device and what is the scaling factor ? I will solve this by adding the possibility to also add device by model for such specific...

@jansorg, Ok so it will be: ``` [my_FT] address = 0x12345678 # Address of your device model = afriso/ft # Format is manufacturer/model ``` I plan to introduce that in...