Yes correct! the problem is the names of the two sensors, this is the flow with a sensor that works properly:
[{"id":"5d0c2e1c.1695a","type":"tab","label":"Flow 2","disabled":false,"info":""},{"id":"cd67773.ec6e608","type":"mqtt in","z":"5d0c2e1c.1695a","name":"","topic":"tele/Condizionatore/SENSOR","qos":"1","datatype":"auto","broker":"49b62a53.4ad6e4","x":280,"y":380,"wires":[["c1c69759.caac2"]]},{"id":"c1c69759.caac2","type":"json","z":"5d0c2e1c.1695a","name":"","pretty":false,"x":482,"y":533,"wires":[["76d5194c.03ef38","9346b6b1.f960c8","f5d51ba9.108348"]]},{"id":"76d5194c.03ef38","type":"function","z":"5d0c2e1c.1695a","name":"Get temperature","func":"var temp = msg.payload.AM2301.Temperature;\n\nmsg = {\n payload:temp\n};\n\nreturn msg;","outputs":1,"noerr":0,"x":636,"y":533,"wires":[["8123415.0a4414","b81a3d7d.f86e4"]]},{"id":"8123415.0a4414","type":"ui_gauge","z":"5d0c2e1c.1695a","name":"Room temp","group":"ceee212e.e6fb28","order":5,"width":"6","height":"4","gtype":"gage","title":"Temp","label":"","format":"{{value}}°C","min":0,"max":"50","colors":["#00ff00","#fdd242","#ff0202"],"seg1":"","seg2":"","x":807,"y":503,"wires":[]},{"id":"b81a3d7d.f86e4","type":"debug","z":"5d0c2e1c.1695a","name":"","active":true,"tosidebar":true,"console":true,"tostatus":true,"complete":"true","targetType":"full","x":960,"y":660,"wires":[]},{"id":"9346b6b1.f960c8","type":"debug","z":"5d0c2e1c.1695a","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","x":630,"y":700,"wires":[]},{"id":"9c4ba77a.ee4328","type":"ui_gauge","z":"5d0c2e1c.1695a","name":"Room Umidity","group":"ceee212e.e6fb28","order":5,"width":"6","height":"5","gtype":"gage","title":"Umidità ","label":"","format":"{{value}}%","min":0,"max":"80","colors":["#0000ff","#00fb00","#ff0202"],"seg1":"","seg2":"","x":801,"y":410,"wires":[]},{"id":"6e48b0e7.3be9d","type":"debug","z":"5d0c2e1c.1695a","name":"","active":true,"tosidebar":true,"console":true,"tostatus":true,"complete":"payload","targetType":"msg","x":1040,"y":520,"wires":[]},{"id":"f5d51ba9.108348","type":"function","z":"5d0c2e1c.1695a","name":"Get temperature","func":"var humy = msg.payload.AM2301.Humidity;\n\n\n\n\nvar msg = {\n payload:humy\n};\n\nreturn msg;","outputs":1,"noerr":0,"x":560,"y":420,"wires":[["9c4ba77a.ee4328","6e48b0e7.3be9d"]]},{"id":"49b62a53.4ad6e4","type":"mqtt-broker","z":"","broker":"192.168.1.80","port":"1883","clientid":"node-red","usetls":false,"compatmode":true,"keepalive":"60","cleansession":true,"birthTopic":"","birthQos":"0","birthPayload":"","willTopic":"","willQos":"0","willPayload":""},{"id":"ceee212e.e6fb28","type":"ui_group","z":"","name":"Blanket","tab":"30daa7b8.3ce76","disp":true,"width":"6"},{"id":"30daa7b8.3ce76","type":"ui_tab","z":"","name":"Bedroom1","icon":"dashboard"}]
If I add another sensor I've try with:
AM2301-13
[AM2301-13]
["AM2301-13"]
[' AM2301-13']
always the same problem, - is not recognized as a name, I'm starting to think it's easier to change the separation character in tasmota