eddie oliver
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? 
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... :-)

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...