MDo3

Results 5 comments of 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` ![mqttwarn ini](https://user-images.githubusercontent.com/53032076/169716255-f14fd1c3-4d23-44c3-a1a7-b438a79c2ff3.png) 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 ![mqtt](https://user-images.githubusercontent.com/53032076/171074905-94b9db62-0b8e-4bff-b87e-2420a893bda7.png) .

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