If you do not see the option to create a new user, ensure that Advanced Mode is enabled in your Home Assistant profile. [...] Home Assistant user management This add-on is attached to the Home Assistant user system, so MQTT clients can make use of these credentials. Local users may al...
Searched since hours and finally include my Tasmota device again into HomeAssistant via MQTT broker. I had no ACL and no birth message problem. I saw in logs that MQTT connection is ok for this Tasmota and other devices, only internal communication within HomeAssistant MQTT broker and Tasmoter...
As a bonus, that module can be reprogrammed with Tasmota and used by Home Assistant making everything local and removing the need for the cloud. #9 NullDev, Jun 17, 2024 rjparker Tu Humilde Sirviente Joined: Jun 6, 2008 8,644 5,153 7 Location: Texas Hill Country Vehicle:...
{% endif %} ``` ###Tasmota energy consumption: ```yaml {% set today_sensor = states.sensor.tasmota_energy_today %} {% set yesterday_sensor = states.sensor.tasmota_energy_yesterday %} {% if today_sensor is not none and yesterday_sensor is not none %} Today's consumption: {{ today...
It must be work without tasmota, on original flash. I'm using zigbee stick.. maybe someone else help you Author alanpilz commented Jun 7, 2021 Thanks… I’ve ordered a USB TTL stick to get ready to tasmotize the SonOff zigbee hub.. but surprised it didn’t pick up from my ewelink...
Sigh now that Home Assistant is forcing v 0.14.x my automations are no longer working. I have to stay on 0.13.x because of wifi drops... even though as suggested by@blazoncekthat maybe channel setting could be the issues, nothing seems to help in my case. Other then to stay on 0.13...
I changed all my ESPs to subscribe to a dummy topic where possible and they're happy little things now; with less in the log, I then spotted that devices running Tasmota were suffering in the same way... so the problem is something that ESP and Tasmota have in common (which I underst...
on serial i m getting rc=-2 acording to documentation it is network connection failed. On mosquitto log i m gettingNew connection from 192.168.1.111 on port 1883 for the first few minutes and then these errors occur: if u need more information i will be happy to share ...