Skip to content

Instantly share code, notes, and snippets.

@arulrajnet
Last active June 25, 2025 17:15
Show Gist options
  • Save arulrajnet/c9ffdc5970a9309054db236054493ae4 to your computer and use it in GitHub Desktop.
Save arulrajnet/c9ffdc5970a9309054db236054493ae4 to your computer and use it in GitHub Desktop.
Complete SMS command list for L&T Remote Starter M-Power Pro. This list is curated from the video https://www.youtube.com/watch?v=io4Rt29_AWU&t=1s

Complete and categorized list of the SMS commands supported by the L&T M-POWER Pro pump controller for remote operation and automation.


πŸ“‘ Table of Contents

  1. πŸ“² User Management

  2. 🚦 Pump Control Commands

  3. 🧠 System Settings

  4. ⏰ Timer Configuration

  5. πŸ›‘οΈ Protection Settings

  6. πŸ”” Notification Settings

  7. πŸ” Mode Control

  8. πŸ“‘ Diagnostic & Balance Check

  9. ❗ Error Handling

πŸ“² USER MANAGEMENT

βœ… Add Users

  • Add user 1: *111 <10-digit-mobile-number>#
  • Add user 2: *112 <10-digit-mobile-number>#
  • Add user 3: *113 <10-digit-mobile-number>#
  • Add user 4: *114 <10-digit-mobile-number>#

🧾 Check Registered Users

  • *130#

❌ Delete User

  • *120 <10-digit-mobile-number>#

🚦 PUMP CONTROL COMMANDS

βœ… Start/Stop

  • Stop Pump: *000#

πŸ”„ Check Pump Status

  • *310# (Returns pump status, voltage, current, mode, etc.)

⏱️ Check Run Time

  • *320 1# (Returns run time in minutes)

🧠 SYSTEM SETTINGS

πŸ“– Read All Parameters

  • *330#

πŸ” Set Mode to Auto

  • *240 1#

βš™οΈ Set Load Current

  • *211 <value>#

⏰ TIMER CONFIGURATION

1️⃣ Normal Timer (non-retentive)

  • *231 hhmm# (e.g., *231 0115# β†’ Run for 1 hr 15 min)

2️⃣ Retentive Timer (survives power loss)

  • *232 hhmm#

3️⃣ Daily Timers (Up to 4 slots)

  • *234 1 hhmm hhmm 2 hhmm hhmm 3 hhmm hhmm 4 hhmm hhmm#

    • You can enter less than 4 timers.
    • You must resend all previous timers if adding new ones.

πŸ›‘οΈ PROTECTION SETTINGS (Enable = 1, Disable = 0)

Feature Disable Command Enable Command
Dry Run Protection *221 0# *221 1#
Single Phasing *226 0# *226 1#
Phase Reversal *223 0# *223 1#
Over Voltage *224 0# *224 1#
Under Voltage *225 0# *225 1#
Voltage Unbalance *230 0# *230 1#

πŸ”„ Reset Dry Run Fault

  • *402#

πŸ”” NOTIFICATION SETTINGS

Feature Disable Enable
Power ON Call *261 0# *261 1#
Dry Run Fault Call *263 0# *263 1#
Power ON SMS *262 0# *262 1#
Fault SMS *264 0# *264 1#

πŸ” MODE CONTROL

Mode Command
Disable IVRS (enables missed call mode) *267 0#
Enable Missed Call *266 1#

πŸ“‘ DIAGNOSTIC & BALANCE CHECK

πŸ” IMEI Number

  • *350#

πŸ“Ά Network Strength

  • *360#

πŸ’° Auto Balance

  • Set balance check code (e.g., Vodafone = *141#): *-15 <code>#
  • Get balance info: *340#
  • Disable auto balance: *265 0#

❗ Error Handling

  • If SMS is malformed or incorrect, the unit responds with: Incorrect Info β†’ You’ll need to send the correct SMS again.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment