All components in the Influx Loader now use properly labeled logger, so we can easily filter by label in the troubleshooting pane, to focus on:
server: (loading and saving config and secrets, api config + requests)
influxdb: (connecting, storing, re-connecting)
vrm: (auth, getting installations)
upnp: (discovery)
Additionally each monitored device gets its own logger tagged with
IP:AA.BB.CC.DD for manual connections
UPNP:XXXXXX for UPNP connections with given Portal ID
VRM:XXXXXX for VRM connections with given Portal ID
Additionally I'd like to bring focused troubleshooting panes directly to the device config pages, so that one can easily see what is happening when toggling various enable/disable toggles.
All components in the Influx Loader now use properly labeled logger, so we can easily filter by label in the troubleshooting pane, to focus on:
server
: (loading and saving config and secrets, api config + requests)influxdb
: (connecting, storing, re-connecting)vrm
: (auth, getting installations)upnp
: (discovery)Additionally each monitored device gets its own logger tagged with
IP:AA.BB.CC.DD
for manual connectionsUPNP:XXXXXX
for UPNP connections with given Portal IDVRM:XXXXXX
for VRM connections with given Portal IDAdditionally I'd like to bring focused troubleshooting panes directly to the device config pages, so that one can easily see what is happening when toggling various enable/disable toggles.