Andras Gaal
Andras Gaal
I am seeing this too with a backslash in the tag value. `$datasourceName = "J:\"` `ConvertTo-InfluxLineString` returns: ``` datasources,dataSourceId=50e028f8-39e7-4c9d-a1f2-da779c8f1726,datasourceName=J:\\,fullName=Userdata-zeus-J:,protectionGroupName=Userdata replicaUsedSpace=255850815488,oldestDiskRecoveryPointTime="2023-08-22T10:09:14.000Z",alertCount=0,latestDiskRecoveryPointTime="2023-09-04T18:13:53.000Z",latestRecoveryPointTime="2023-09-04T18:13:53.000Z",state="Valid",activity="Idle",age=8321.272957,replicaSize=373062369280 ``` Sending the same objects results in: ``` Invoke-RestMethod :...
I am not able to use commands, they result in 403, probably because of the deprecation of REST API's. Any plans for supporting the [Tesla vehicle commands protocol](https://developer.tesla.com/docs/fleet-api#2023-11-17-vehicle-commands-endpoint-deprecation-timeline-action-required)? I am...
TeslaJS folks are aware too, looks like they need to figure out auth first. https://github.com/mseminatore/TeslaJS/issues/353
Is there anyone who has found a workaround on this? Wrapping retries somehow and manually generating dependency telemetry?
Following this topic as it wasn't straightforward at first for me either. The `status` info feels like a field to me rather than a tag. If you have it as...
@CornerBit, any chance this gets supported in the future?
Trying to use a nodered integration that relies on this library. Looks like most of the commands are resulting in a 403, probably due to Tesla not allowing REST commands...
This is what I get when unplugging and then re-plugging the UPS. To me it looks like it's just the `/dev/usb/hiddev0` ``` KERNEL[1059.450438] remove /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.2/1-1.2:1.0 (usb) KERNEL[1059.450932] unbind /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.2 (usb)...
It's an APC SMT1500i UPS, hardware ID 18, firmware 9.3. The UPS is connected to the hoot using a USB cable, yes. The UPS can talk "hid" (generic USB), the...
I thought mdns was the issue, got mdns sorted out using an mdns-repeater, but of course this is not enough, as the advertised service's address is on the bridged docker...