MDo3
MDo3
I was able to configure this sensor like this. Homebridge console throws warnings, but it works. `{ "accessory":"mqttthing", "type":"temperatureSensor", "name":"Temperature BLE Living room", "url":"mqtt://localhost", "topics":{ "getCurrentTemperature":"tele/tasmota_D6376C/SENSOR$.LYWSD03c61721.Temperature", "getStatusLowBattery":"tele/tasmota_D6376C/SENSOR$.LYWSD03c61721.Battery" } },` >...
If I enable without sudo it simply doesn't ask for a password before enabling the service. I have the mqttwarn.ini file in: `/etc/mqttwarn/mqttwarn.ini`  But I think this is...
I tried to activate the service by switching to the root user but the effect is the same: ``` pi@raspberrypi:~ $ sudo su root@raspberrypi:/home/pi# sudo systemctl enable mqttwarn root@raspberrypi:/home/pi# sudo...
Thanks for trying to help. I did as you told me, but the log still says about a permissions problem  .
> Those errors indicate that the permissions on the file are wrong; try a chmod 755 /usr/local/bin/mqttwarn` Despite changing permissions, it shows 777 all the time. Of course, I refreshed...