Ronald Moesbergen
Ronald Moesbergen
Hi, I'm having the same issue: ``` repository e47b83f6 opened successfully, password is correct loading indexes... loading all snapshots... finding data that is still in use for 10 snapshots [0:01]...
- Which restic version are you using? `restic 0.13.1 compiled with go1.18 on linux/amd64` `rclone v1.58.1`, using the 'pcloud' backend. - Have you upgraded restic recently? Yes. - Did you...
@janvandijk96 Are you sure are starting python3? And if so, are you starting the same python3 that was used to installed the requests package? What happens if you start the...
no reply, closing this.
Hi @brijins , I guess this depends on the type of device being tracked. Did you create a `device_tracker:` entry for this device in your home assistant configuration.yaml? I run...
Oh, I meant to ask if you have manually configured devices, but I guess you don't. Interesting... do you use `default_config:` in your ha configuration.yaml? If not perhaps the component...
Ok, so that works. But what if you leave out the 'dev_id' field in the request? Because I currently don't include that field in the call to the 'see' service.
@brijins Instead of modifying the code, you could add this to your settings: ``` "params": { "": { "dev_id": "brijin_phone" } }, ``` I guess this is needed if the...
Hi @walberjunior. From the bits of log you've supplied I see that the device is disconnected because of a timeout. This means the device went out of range, and the...
Hi @andreid1303 , thanks for the report. Although the space shouldn't be there, it doesn't stop the program from working: it's still valid JSON (I just tested this on my...