Sennevds / system_sensors

Logging of system sensor specific for the RPI and sending them to a MQTT broker
MIT License
359 stars 111 forks source link

Multiple network interfaces #137

Open benjani85 opened 2 years ago

benjani85 commented 2 years ago

I am running this on a raspberry pi which has multiple network interfaces. MQTT is only returning the IP address for one interface. Is there a way to return multiple IPs for different interfaces?

jounathaen commented 6 months ago

Since https://github.com/Sennevds/system_sensors/pull/171 you can now at least specify which interface to use. Multiple ones are currently not supported.