Official mqtt support

Discussions about Z-Way software and Z-Wave technology in general
harre
Posts: 95
Joined: 24 Nov 2020 02:22

Re: Official mqtt support

Post by harre »

For future reference.

This is the commands used to use the shipped libmoquitto.se

Code: Select all

sudo mv ./usr/lib/arm-linux-gnueabihf/libmosquitto.so.1 ./usr/lib/arm-linux-gnueabihf/libmosquitto.so.1.bak
cd /usr/lib/arm-linux-gnueabihf
sudo ln -sf /opt/z-way-server/libs/libmosquitto.so.1 libmosquitto.so.1
Is there a way to define the naming of the topics like the "old" MQTT plugin?

I liked to have a better descriptive topics like:
/zway/kontor/givare

instead of now:
/zway/status/ZWayVDev_zway_10-0-67-1
vinisz
Posts: 151
Joined: 23 Nov 2019 23:23

Re: Official mqtt support

Post by vinisz »

am0n wrote:
01 Sep 2021 19:13
Thanks PoltoS.

I had an "old" version of libmosquitto.so.1 in the current Rasbian, Buster Release.

I took the one in the application directory.

Now it works ;-)
How do I do that ?
harre
Posts: 95
Joined: 24 Nov 2020 02:22

Re: Official mqtt support

Post by harre »

vinisz wrote:
03 Sep 2021 22:27
am0n wrote:
01 Sep 2021 19:13
Thanks PoltoS.

I had an "old" version of libmosquitto.so.1 in the current Rasbian, Buster Release.

I took the one in the application directory.

Now it works ;-)
How do I do that ?
See the commands in my post above :)
vinisz
Posts: 151
Joined: 23 Nov 2019 23:23

Re: Official mqtt support

Post by vinisz »

Worked, thanks
am0n
Posts: 10
Joined: 28 Aug 2021 10:09

Re: Official mqtt support

Post by am0n »

Sorry, next time I will post my solution, thanks @harre.
Post Reply