Other sensors with single names work fine… so I know the main settings are correct. Also if I manually run the command in thermal, that also works.
But when I test the command in the File Editor ‘Execute shell command’, I see the problem… the message I get is:
Sensor “Voltage” not found!
Sensor “1” not found!
For some reason, passing the command from home assistant breaks the sensor name up, even though it’s in quotation marks “Voltage 1”… I’ve also tried this ‘Voltage 1’, but sadly no joy!
Is there any clever people out who could offer some help?
Thanks, my example above is wrong (well spotted)… I have used single and double quotes (plus inverted), but the sensor name always seems to spit apart when called through HA! Somewhat annoying, but I have managed to get the sensors in HA by using the impitool sdr type XXXXX, and then use a mix of grep and cut to filter out the values.