Iture / RFLinkGateway

MQTT Support for RFLink Gateway (http://www.nemcon.nl/blog2) project
36 stars 33 forks source link

Installation on RPI #19

Open SitrucL opened 3 years ago

SitrucL commented 3 years ago

Hi, I've been trying to set up this TTY to MQTT script on my rpi 3b but I've run into some issues with where the project should be cloned to, extracted and run from. I'm currently getting an error " RFLinkGW - main - ERROR - Config load failed" but the config.json file is pretty much a clone of the sample file.

Could you list out a few beginner-friendly steps for setting this up - including the recommended installation location and recommended versions of pip and python.

Im not sure if there is an error within the config.json file or whether the RFLinkGateway.service is unable to see the config.json file

Thanks in advance

image

Iture commented 3 years ago

Hi. At first you can run script from console. Basically this error message means that there was an exception during loading config file. Mostly it is malformed json, or not existing file. Check these options.