We help you choose the right device for your system Ask an expert →
← Back to the blog

NOUS Tasmota → Ada P1 Meter Script Translator

▣ 2025-12-04 ◉ 787 views

What does this NOUS Tasmota Rule generator do?

This small tool automatically generates the Tasmota Rule1 code (in Backlog format) with which you can send the meter data (power, voltage, current, total energy, and switch state) to the ADA P1 Meter. With this, your socket appears on the HMKE.app interface, and you can control it directly from there.


You enter the name of the Tasmota device, the serial number (01–50), and the IP address in the form, and the generator creates the complete command line from these, which you only need to paste once into the Tasmota console. The code can be copied to the clipboard with one click using the “Copy” button.

How to set up the Tasmota device?

  1. First, set up the Wi-Fi (SSID, password) on the Tasmota device. Once it connects to the network, note or check its IP address in the router.
  2. Open in a browser:
    http://<YOUR TASMOTA DEVICE IP ADDRESS>/cs
    (example: http://192.168.31.30/cs) – this is the Tasmota web console.
  3. Copy the full Backlog command line created by the generator using the “Copy” button, then paste it into the Tasmota console window.
  4. Press Enter to execute the command. The Backlog ensures that Rule1 is cleared, rewritten, enabled, and the TelePeriod 9 setting is done in one step.

Once this is done, the Tasmota will automatically start sending the measured data to the ADA P1 system.

Tasmota Rule Generator

Tasmota device name
Tasmota IP address
Serial number (01–50) 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 0102030405060708091011121314151617181920212223242526272829303132333435363738394041424344454647484950
Copy Backlog Rule1 0; Rule1 ""; Rule1 ON Tele-ENERGY#Power DO Var1 %value% ENDON ON Tele-ENERGY#Voltage DO Var2 %value% ENDON ON Tele-ENERGY#Current DO Var3 %value% ENDON ON Tele-ENERGY#Total DO WebSend [okosvillanyora.local:8989]/write_tasmota?device=plugins&Tasmota_total_01=%value%&Tasmota_voltage_01=%var2%&Tasmota_current_01=%var3%&Tasmota_power_01=%var1%&Tasmota_ip_01=192.168.31.30&Tasmota_name_01=Nous A8T ENDON ON Power1#State DO WebSend [okosvillanyora.local:8989]/write_tasmota?device=plugins&Tasmota_status_01=%value% ENDON; Rule1 1; TelePeriod 9

Screenshot of the result: