Sandor

Results 8 comments of Sandor

Update: After taking a closer look at the log feedback I notice the following. myVIN (the redacted version) is not actually MY VIN... myVIN is actually from a car that...

I uninstalled the myBMW app and reinstalled it. That showed me: ![image](https://user-images.githubusercontent.com/5776333/194772067-c0843d17-5081-4e6e-a0e5-c184aeb643b0.png) And has indeed the VIN of the offending article. I guess this is messing up the API.

Contacted BMW and they noticed the problem being a GERMAN car added to a DUTCH , MyBMW account. After several tries where the customer services called me, BMW Germany solved...

+1 I would like to add discovery also not working for Chromecasts that sit in my spare IOT vlan.

That is weird indeed. I did the following: ``` sudo -i wget -O /tmp/acme.sh.zip https://github.com/acmesh-official/acme.sh/archive/master.zip sudo 7z x -o/usr/local/share /tmp/acme.sh.zip sudo mv /usr/local/share/acme.sh-master/ /usr/local/share/acme.sh cd /usr/local/share/acme.sh ``` `root@***:/usr/local/share/acme.sh# ./acme.sh` ```...

Depends on your needs. An example with traccar + separate MariaDB. ``` version: '2.4' services: mariadb: container_name: mariadb hostname: mariadb restart: unless-stopped image: yobasystems/alpine-mariadb volumes: - ./mariadb:/var/lib/mysql environment: TZ: Europe/Amsterdam...

No problem. Great you liked it. That is why I share to help others! I think the DB was created automatically, but it was some time ago. Can do a...

volumes: mysql-data: mysql: logs: Dont think you need these with your current mounting options. And I think the code shows an additonal '-' to much :)