Hello, I reset the pico WH due to some problems. I installed Node-Red and MQTT (mosquitto) products again. However, due to identity security made in MQTT ver2, I could not set up MQTT client in my network.
Hi, your post is a little unclear but at a guess you cannot connect to mosquito MQTT version 2 right?
Search the forum and search the internet mosquito version 2 is secure by default, so you need to modify the config file to permit connection other than localhost.
Mosquitto is a VERY popular MQTT product. There is literally one entry you need to make in the conf file to do what you want to do. I think @Steve-Mcl is trying to get you to do a little research on your own which really isn't a bad thing. Stick with the software and do a little google on it, you'll be happier in the long run.
I proceeded as on this website. Then I tried the configurations in the link you sent, but it didn't work. I will reset the pi zero and try again. Do you have a suggested installation sequence?
No need to reset and start again, this is not windows. What do these commands show? Copy/paste them into a terminal cat /etc/mosquitto/mosquitto.conf cat /etc/mosquitto/conf.d/mossy.conf
[Edit] Don't follow that tutorial there are several things in there you don't need to do. Just install mosquitto, install node red, create the mossy.conf file. That's it.