OrakelDelphi

Results 6 comments of OrakelDelphi

Not tested, but maybe it works when you change "limit": 500, at severus points at the file copy.py. Just give it a try.

@pinus2 It depends ... If you downloaded the master zip and extraced into current directory, maybe as user qobuz @home directory your path is /home/qobuz/qobuz-dl-master. You can find the qopy.py...

Do not modify the file in /usr/local/blablabla - edit the file in /home/qobuz - that is the source.

You can simply change the sanitize_filename to sanitize_filepath. I also changed the cover.jpg to folder.jpg and the track_number to a 3 digit number. ``` diff --git a/downloader.py b/home/qobuz/qobuz-dl-master/qobuz_dl/downloader.py index 66ef450..dbfe36d...

Okay, i found something - i answer to my own question: 1. To debug: just use mosquitto_sub to subscripte to the mosquitto broker running on the hassio. Example: `mosquitto_sub -d...

Update: Sensor definition in mqtt.yaml that works for me: ``` sensor: - name: "NVR" state_topic: "camera-alerts/myNVR-ID/MotionDetect" value_template: '{{value_json.Channel}}_{{value_json.Status}}' ``` Value is Channel + _ + Start or Stop (0_Start, 0_Stop,...