Questions tagged [tasmota]

15 questions
1
vote
0 answers

Tamosta watering timer

I'm trying to make a watering timer that turns on for 20 minutes and off for 30 and repeat the cycle during daytime. Also, change the cycle to 20 minutes ON at night-time and 1hour OFF. I'm using these timers as a base, but I'm missing some rules to…
IoT_Noob
  • 11
  • 2
1
vote
1 answer

How to flash tasmota (or anything) to M5Stack ATOM Lite (ESP32-PICO-D4) using esptool?

I've tried so many things, but what is the correct way to flash a firmware to the M5Stack ATOM Lite ESP32 Development Kit using esptool? It is basically a ESP32-PICO-D4. This (among many other commands) is not working: > esptool.py --chip auto…
Romeo Kienzler
  • 3,373
  • 3
  • 36
  • 58
0
votes
0 answers

Tasmota Websocket

Is there a way to establish a websocket connection to tasmota devices? or is there another way to permanently request data besides sending http requests all the time? I would like to display the data on my website and would like to have real time…
Seppello
  • 1
  • 1
0
votes
1 answer

How to convert Arduino-IRremote codes to Tasmota-IRSend format

How to convert IR codes from Arduino IRRemote library format to Tasmota IRSend format ? I have an IR receiver built around an Arduino Nano. I captured the codes from my NEC remote handset using the sample program bundled with the library. The codes…
Raja
  • 994
  • 13
  • 15
0
votes
0 answers

My nodemcu with tasmota auto disconnect with the wifi

I have a esp8266 which works with tasmota and control some relays, after flashing and configuring the esp with wifi creds. if I go to its given IP it works fine but after 1 or 2 days being connect to the wifi it looses connection and does not…
Gr8 BEAST
  • 13
  • 5
0
votes
0 answers

Tasmotizing D1 mini fails with Permission error

I've spent several hours trying to tasmotize a D1 mini. I've connected it to my Dell XPS 15 9500 Win11 Pro using a known good (and tried half a dozen other "known good") usb cable. The XPS recognizes the USB device on COM5, and identifies it as "USB…
JimS-CLT
  • 665
  • 4
  • 13
  • 30
0
votes
0 answers

Tasmota & momentary switch, I'm looking for the right switch mode that allows me to recognise SINGLE press, DOUBLE press and HOLD

I'm new to TASMOTA and its console but I am looking to use the momentary switch I've connected to my SONOFF MINIR2 to recognise the single press, double press and HOLD so that I can add a rule that perform something once these are recognised. With…
Porcac1x
  • 105
  • 9
0
votes
1 answer

NodeRed parsing tasmota json object

I'm playing with NodeRed. Esp32 with Tasmota sending mqtt message like following example: { "Time": "2021-12-05T20:46:40", "MJ_HT_V1391ef1": { "mac": "582d34684ef1", "Temperature": 22.6, "Humidity": 50.9, "DewPoint": 11.9, …
donvonhill
  • 13
  • 2
0
votes
2 answers

How to setup a rule at compile time in Tasmota

I want a rule to start the Wifi Manager when a button is long-pressed. I enter the following rule on the web console or serial, it works fine: Rule 1 on button1#state=3 do wificonfig 2 endon And to enable the rule: Rule1 1 I tried to bake this…
Raja
  • 994
  • 13
  • 15
0
votes
2 answers

Cannot MQTT connect Tasmota to AWS IOT

In user_config_override.h: #define USE_MQTT_AWS_IOT_LIGHT compile it + flash OTA minimal + flash new compiled firmware Always get this error: 03:53:25 MQT: Connect failed to dq5l0h2crqi8-ats.iot.eu-west-1.amazonaws.com:443, rc -4. Retry in 100…
stKKd
  • 444
  • 1
  • 5
  • 11
0
votes
1 answer

Anyway to make tasmota imitate a push button click?

I was wondering if there is a way to use tasmota to imitate a push button click. I'am using an esp32 with tasmota and wired it to a remote with 2 buttons. There a 2 transistors for each button. It works how it is right now but the logic of the…
ckocyigit
  • 31
  • 4
0
votes
0 answers

Bash script - how can I concatenate string with a variable and use as message for MQTT

I am trying to create a script in bash in order to republish 1 MQTT message for 3 virtual sensors in Domoticz. I am running into a trouble while creating message part for mossquito_pub command #!/bin/bash # This script subscribes to a MQTT topic…
0
votes
1 answer

Getting Zigbee device info from node-red-contrib-tasmota JSON

I'm just getting started with Tasmota on a Sonarr Zigbee Bridge and trying to interpret the data it spits out. Here's an example: { "ZbReceived": { "0x11FE": { "Device": "0x11FE", "Name": "DoorContact", "Power": 1, …
0
votes
1 answer

MQTT Error BR_ERR_BAD_VERSION on Shelly 1PM with Tasmota

I try to connect a Shelly 1 PM smart power relay to a managed MQTT broker. The firmware on the device is a custom-built Tasmota 8.3.1 from the dev branch with USE_MQTT_TLS enabled. The port is set correctly to 8883 for TLS and the broker service is…
mhaller
  • 14,122
  • 1
  • 42
  • 61
-1
votes
1 answer

Sonoff RF Bridge to Mosquitto (on Windows) Configuration

I've been searching high and low for a simple explanation for this. What configuration settings do I use to connect my Sonoff RF bridge to the Mosquitto server on my computer? I'm sure it's a configuration issue but most of the tutorials out there…
tlujan0001
  • 17
  • 7