Hey, Iam quite new to Home Assistant and I added all my stuff so far and created a dashboard. But I have one sensor, that doesnt have a integration.
And Iam not sure, how to add it as an device and get all the informations.
I did read a lot of documentation and I this works so far for one value:
(configuration.yaml)
Idk… The result is one big string in a value!? And somehow I have to get to the individual values?! Is there a better way?
As I said: Iam quite new to Home Assistant. Iam watching a lot of tutorials and reading the docs, but not so easy in some specific use cases^^…
And then there is the difference between the normal syntax and the JINJA syntax, thats confusing ^^’
Based on the appearance of the result you posted above, it appears to be a dictionary.
A dictionary consists of keys and values. In your result, the first key is 1-0:1.8.0*255 and its associated value is 6035.05.
eXtatic has provided you with an example of how to use the RESTful Sensor integration (as you may recall, I had suggested that you explore using it) to put each one of the sixteen values into a separate sensor.