[Help Request] Possible to populate sensors from multiple DBs inside Influx?
stratus-ss opened this issue · 3 comments
Problem/Motivation
Hi, I currently have devices that are sending information to Influx via Telegraf. I also have the home assistant (hassio) instance configured to be dumping into its own DB inside of Influx (as per the example in the documentation).
Ideally, I would have sensors coming in from a different DB in Influx so I could take action when some other equipment's temperature rises. It was unclear to me how I might achieve this. Can someone point me down the right path?
Below is the configuration.yaml
:
influxdb:
host: xxxx-influxdb
port: 1234
database: homeassistant
username: xxxx
password: xxxx
max_retries: 3
default_measurement: state
component_config:
counter.hotw:
override_measurement: lt
component_config_glob:
sensor.*humidity:
override_measurement: humidity
sensor.*temperature:
override_measurement: temperature
Sounds like a question for the integration, rather than the addon itself.
Sounds like a question for the integration, rather than the addon itself.
Thank you for the reply. Where should I redirect this question?
@stratus-ss If you are in need for support with Home Assistant itself, I would recommend the Home Assistant Community Forums or Home Assistant Discord chat.
Closing this question on this end, as its not about the add-on.
../Frenck