I made a sensor based on the BME280 and tried to translate it data via moscquitto-brocker:
mosquitto_pub -h 192.168.1.32 -t 'domoticz/in' -m '{"idx":"8","nvalue":"0","svalue":"22;0;60;0;820;0"}'

what is wrong?
------------------
Trying to send data via HTTP with description from domoticz-wiki:

can someone explain me, what I did wrong?
Thank you for any advise.