Should the measurement field be a unit (like dollars, %, degrees, etc) or entity_id’s, or both!?
Just wondering if the measurements field is the intended location of entity_id’s? I’ve seen many images (like here, here, and here) where people have the entity_id after the WHERE selection and only the units in the measurement field. My influx config is pretty basic so I don’t think (and don’t hope) it’s a config issue.
influxdb:
host: !secret influxdb_ip
port: !secret influxdb_port
username: !secret influxdb_user
password: !secret influxdb_password
database: home_assistant_production
verify_ssl: false
max_retries: 5