Sandor
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:  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 :)
Maybe this can help? https://github.com/Woutrrr/Omnik-Data-Logger/issues/42#issuecomment-603436447
This is what I am using: https://github.com/micromys/Omnik/blob/master/inverter_class.php