ble2mqtt
ble2mqtt copied to clipboard
How in the world to find config file
I have no clue how to access the config file or run that command you mentioned
If it is missing, you need to create something like https://github.com/devbis/ble2mqtt/blob/main/ble2mqtt.json.sample
Hi @PhilipBarton, as stated in README.md: Config file should be saved on /etc/ble2mqtt.json path. Probably the easiest way to edit the file is to do in locally and then transfer it with ftp, e.g. WinSCP/Filezilla or similar.
Additionally, you can pass arbitrary .json config file with BLE2MQTT_CONFIG parameter,
e.g. run ble2mqtt with command: BLE2MQTT_CONFIG=./ble2mqtt.json ble2mqtt.
I hope this helps.