eddie oliver

Results 9 comments of eddie oliver

any news on myUplink integration? I would like to try it if possible. Eddie

joining this... big tnx for a good prosject.

Have you checked this? ![image](https://user-images.githubusercontent.com/12399173/222475515-f804cb6f-19b8-4c58-b73c-6f9ba74a6428.png)

I found the error: the check file , config.go checks for both mqtt and webservices. Do we need both? if !myConfig.Mqtt.Enabled && !myConfig.Webhooks.Enabled { panic("Both MQTT and Webhook buses are...

https://gist.github.com/eddiex666/d8a7014ba66e125582def940bf1a3220 I tryed to copy the sample file and remove webhooks and camera. the sample file is using "tab" from CMD. I also testet to edit inside Blusfish and Notepad++...

i just copy and paste the sample config file into my config.yaml file and i still get the error...

Maybe someone can send me a valid dummy config file? with mqtt and 1 camera... that works... :-)

![image](https://user-images.githubusercontent.com/12399173/222224410-51c980ba-a15e-4505-a357-262b1ef1ac5d.png)

we found the BUG. The config file is not reading from correct path. it should be ./config.yml/config.yaml but in GO file its referating to ./config/config.yaml However the default config file...