As shown in the photo above, i2c succeeded in fetching data values. The problem is that it is difficult to distinguish the payload values. For example, in the first case it is ph, in the second case it is temperature and in the third case it is a co2 sensor.
The problem is trying to load the data in the same way as the sensor hat. And I am planning to make it in dashboard form, but JavaScript is very difficult. Please ask for help.
[{"id":"6458ef98.82df1","type":"tab","label":"플로우 1","disabled":false,"info":""},{"id":"541e2113.16012","type":"inject","z":"6458ef98.82df1","name":"","topic":"","payload":"","payloadType":"str","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":330,"y":260,"wires":[["3b1a27be.913388"]]},{"id":"3b1a27be.913388","type":"exec","z":"6458ef98.82df1","command":"/usr/bin/python /home/pi/i2c.py","addpay":false,"append":"","useSpawn":"true","timer":"","oldrc":false,"name":"","x":630,"y":120,"wires":[["5d2f163e.903a68"],,]},{"id":"5d2f163e.903a68","type":"debug","z":"6458ef98.82df1","name":"","active":false,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","x":930,"y":60,"wires":}]