Christopher McAvaney
Christopher McAvaney
This file https://github.com/reloxx13/TasmoAdmin/blob/4b025471711d2e774c860511d5404e59546a18a6/tasmoadmin/data/firmwares/.htaccess#L1 has the instruction "`Satisfy Any`" which doesn't work with modern versions of Apache 2.x It should be something like: `Require all granted`
G'day, Thanks so much for this project. I found that I had to turn on some extra API settings before the `tuya-cli wizard` worked. Under API Setting in the Tuya...
Updated the code for Python3 I have tested this on my Inverter and I am getting the same results as Python2. So, I think it is correct - but I...
In this template there are some rules listed, but there is also a `SetOption14` - this option no longer exists in Tasmota. I think it should be `Interlock 1,2` but...
Discovered that PAHO MQTT is now version 2.x. It contains some breaking changes. This pull request addresses those breaking changes. I think I am 99.9% correct on the new calls...
Great plugin - thank-you. The logout functionality doesn't appear to be working though. Two distinct issues. 1. If you are on the plugin page and click logout, get the following...
I found that the code didn't work when I had a "MQTT Topic Format" value populated in the settings. Mine is `tasmota/%topic%/%prefix%` The `lib/mqtt.inc.php` wasn't working, but I think there...
G'day, Found a slight spelling mistake: spelling mistake - SMPT should be SMTP In this `.env` file: https://github.com/owncloud/ocis/blob/30d52b91f4b4e1d77142604c0b78c2e9047738d4/deployments/examples/ocis_full/.env#L99C10-L99C14