logo elektroda
logo elektroda
X
logo elektroda

[Solved] Setting Static IP on W600 with OpenW600_1.17.504_gz.img: Incorrect Log Info Display

cicciobastardo 1308 17
Best answers LABEL_AI_GENERATED

How can I set a static IP on a W600 with OpenW600_1.17.504_gz.img, and why does the log show IP/GATE/MASK/DNS values in the wrong order?

Update the firmware to 1.17.539 or newer; static IP was fixed there, and 1.17.540 was confirmed to work on W600 [#21037711][#21037804] The DNS bug was fixed in a separate build, and if it still looks wrong you need to edit and save the setting again [#21035843][#21035928] The log display is still inverted for GATE and MASK, so it may show `gate=255.255.255.0` and `mask=192.168.x.z` even though the actual values are correct [#21037804][#21038381]
AI summary based on the discussion. May contain errors.
ADVERTISEMENT
  • Static IP page and URL command not working

    #1 21016600
    cicciobastardo
    Level 2  
    Posts: 17
    Rate: 1

    With firmware OpenW600_1.17.504_gz.img

    I have this problem:
    -STATIC IP: the page cfg_ip does not work, and the tasmota cmd on URL does not work...
    How can I set STATIC IP?

    -LOG: Info of IP/GATE/MASK/DNS message in Log are wrong:
    Info:GEN:ip=192.168.x.y,gate=255.255.255.0,mask=192.168.x.z,dns=192.168.x.z
    it should be IP/MASK/GATE/DNS
    Info:GEN:ip=192.168.x.y,mask=255.255.255.0,gate=192.168.x.z,dns=192.168.x.z

    Tell me if I can Help with Testing.
  • ADVERTISEMENT
  • #2 21017277
    divadiow
    Level 38  
    Posts: 5216
    Help: 448
    Rate: 917
    My post is of no help but I'm curious about what device you have with a W600. I have never had a Wxxx chip device.
  • ADVERTISEMENT
  • #3 21017747
    miegapele
    Level 16  
    Posts: 173
    Help: 15
    Rate: 29

    Probably static IP are not implemented on W600. But what is the need these days for this? Don't most routers assign same IP regardless, and have a way to bind MAC to IP if really needed?
    I never saw such device either, but I bought TW-02 module from Ali to try it.
  • Tuya Italian plugs with W600 chip identified

    #4 21020280
    cicciobastardo
    Level 2  
    Posts: 17
    Rate: 1

    divadiow wrote:
    My post is of no help but I'm curious about what device you have with a W600. I have never had a Wxxx chip device.


    well i have two TUYA italian PLUG
    Two white TUYA plugs with a three-pin connector, featuring blue buttons on top.
    I open it to FLASH Tasmota, but I not find the "correct chip", so I search online and I find the OpenBK project... very interesting.

    RM-SMART M module on a board with connectors.
    I try to flash directly but 1 of the 4 pin not works correctly, so I have to desolder one pin, then the flash works
    :)

    The image shows an electronics workstation with an Italian TUYA plug, a circuit board, and soldering wires. Close-up of a circuit board with several plug-in pins in a connector.
  • #5 21020359
    divadiow
    Level 38  
    Posts: 5216
    Help: 448
    Rate: 917
    Cool. Don't forget to post template with pins set and make/model info 😀
  • #6 21028074
    cicciobastardo
    Level 2  
    Posts: 17
    Rate: 1

    divadiow wrote:
    Cool. Don't forget to post template with pins set and make/model info 😀

    ah, ok
    but in what section of the forum?
  • ADVERTISEMENT
  • #7 21028096
    divadiow
    Level 38  
    Posts: 5216
    Help: 448
    Rate: 917
    pop it in here. copy-paste the template from the web app

    Screenshot from the OpenBeken web app with a device configuration template.
  • Static IP bug and swapped IP fields in cfg_ip

    #8 21035463
    cicciobastardo
    Level 2  
    Posts: 17
    Rate: 1

    cicciobastardo wrote:

    With firmware OpenW600_1.17.504_gz.img

    I have this problem:
    -STATIC IP: the page cfg_ip does not work, and the tasmota cmd on URL does not work...
    How can I set STATIC IP?

    -LOG: Info of IP/GATE/MASK/DNS message in Log are wrong:
    Info:GEN:ip=192.168.x.y,gate=255.255.255.0,mask=192.168.x.z,dns=192.168.x.z
    it should be IP/MASK/GATE/DNS
    Info:GEN:ip=192.168.x.y,mask=255.255.255.0,gate=192.168.x.z,dns=192.168.x.z

    Tell me if I can Help with Testing.


    In last firmware Version: 1.17.536
    I can set Static IP,
    BUT the bug in the page "cfg_ip" is also here and the DNS Ip is save wrong with the FIRST number always 0.x.y.z

    In the LOG it confirm
    Info:GEN:ip=192.168.x.y,gate=255.255.255.0,mask=192.168.x.y,dns=0.168.x.y
    gate and mask are inverted
    and DNS is write with the 0. issue

    Added after 41 [minutes]:

    >>21028096
    like this ?

    {
    "vendor": "MAXCIO",
    "bDetailed": "0",
    "name": "MAXCIO Smart Plug WiFi Italiana 16A",
    "model": "MAXCIO RMC068",
    "chip": "W600",
    "board": "TODO",
    "flags": "1024",
    "keywords": [
    "TODO",
    "TODO",
    "TODO"
    ],
    "pins": {
    "3": "Btn;0",
    "6": "LED_n;0",
    "11": "BL0937CF1;0",
    "13": "Rel;0",
    "14": "BL0937SEL;0",
    "16": "BL0937CF;0"
    },
    "command": "backlog startDriver BL0937; PowerSave 1",
    "image": "https://obrazki.elektroda.pl/6952783500_1711443319.jpg",
    "wiki": "https://www.elektroda.com/rtvforum/topic4044488.html"
    }
  • #9 21035617
    miegapele
    Level 16  
    Posts: 173
    Help: 15
    Rate: 29

    The log seems to be just mixed up, I will investigate DNS issue, looks strange
  • #12 21035822
    cicciobastardo
    Level 2  
    Posts: 17
    Rate: 1

    miegapele wrote:

    Fixed dns bug here


    it is not fixed (for me) with firmware version 1.17.538
    after submit the DNS change with 0.x.y.z
    Screenshot of a network configuration form with an incorrect DNS address.


    -

    also the LOG info is still "inverted":
    Info:GEN:ip=192.168.5.67,gate=255.255.255.0,mask=192.168.5.1,dns=0.168.5.1
  • #13 21035843
    miegapele
    Level 16  
    Posts: 173
    Help: 15
    Rate: 29

    The fix is not in any version yet, you can download separate build here. I did not look into inversion issue
  • #14 21035916
    cicciobastardo
    Level 2  
    Posts: 17
    Rate: 1

    miegapele wrote:

    The fix is not in any version yet, you can download separate build here. I did not look into inversion issue


    Now I tried OpenW600_1173_merge_686bc653e8be_gz.img

    but no luck,
    the problem with DNS is still there
    :?

    I'll wait for the next release
  • #15 21035928
    miegapele
    Level 16  
    Posts: 173
    Help: 15
    Rate: 29
    Works for me, so I am not sure what could be wrong


    Added after 27 [minutes]:

    Don't forget you need to edit setting again for it to be fixed
  • Helpful post
    #16 21037711
    miegapele
    Level 16  
    Posts: 173
    Help: 15
    Rate: 29
    This is now fixed in 1.17.539
  • ADVERTISEMENT
  • #17 21037804
    cicciobastardo
    Level 2  
    Posts: 17
    Rate: 1
    miegapele wrote:
    This is now fixed in 1.17.539


    I try 1.17.540 and it works !!!

    In the LOG is always inverted gate with mask:
    Info:GEN:ip=192.168.5.67,gate=255.255.255.0,mask=192.168.5.1,dns=192.168.5.1

    But you can see the correct DNS
    thanks
  • #18 21038381
    cicciobastardo
    Level 2  
    Posts: 17
    Rate: 1
    STATIC IP now fixed in 1.17.539
    LOG INFO invert GATE with MASK (but is not a big problem)

Topic summary

LABEL_AI_GENERATED
The discussion revolves around setting a static IP on devices using the W600 chip with the firmware OpenW600_1.17.504_gz.img. Users report issues with the cfg_ip page and Tasmota commands not functioning for static IP configuration. Additionally, there are concerns about incorrect log information displaying the IP, gateway, mask, and DNS in an inverted order. Some users mention that static IP functionality was introduced in later firmware versions (1.17.536 and 1.17.539), but bugs persist, particularly with DNS settings saving incorrectly. The community shares experiences with various firmware updates, troubleshooting steps, and device flashing attempts, including the MAXCIO Smart Plug and TUYA plugs. The latest firmware (1.17.540) reportedly resolves the static IP issue, although the log still shows inverted gateway and mask values.
AI summary based on the discussion. May contain errors.

FAQ LABEL_AI_GENERATED

TL;DR: On W600/OpenW600, one firmware update fixes static IP—"This is now fixed in 1.17.539"—so upgrade and reconfigure. [Elektroda, miegapele, post #21037711]

Why it matters: It answers how to fix static IP and wrong log/DNS info for W600 users running OpenW600/OpenBeken.

Quick Facts

How do I fix static IP not saving on my W600 (OpenW600/OpenBeken)?

Update to firmware 1.17.539 or newer. The maintainer confirms, "This is now fixed in 1.17.539." After upgrading, set your IP again. [Elektroda, miegapele, post #21037711]

Which firmware version fixes the DNS 0.x.y.z issue?

Users confirmed the DNS entry saves correctly after updating to 1.17.540. The log may still display swapped labels, but DNS is correct. [Elektroda, cicciobastardo, post #21037804]

Why does the log show gateway and mask swapped on W600?

The maintainer noted the log output labels were mixed up rather than the values. "The log seems to be just mixed up." A code fix was discussed. [Elektroda, miegapele, post #21035617]

Is the gateway/mask inversion in the log harmful?

No. It is a cosmetic/log-label issue and does not block networking. The user confirmed the device works and called it "not a big problem." [Elektroda, cicciobastardo, post #21038381]

Do Tasmota-style HTTP commands work for setting IP on OpenW600?

On 1.17.504, a user reported Tasmota-style URL commands did not work. Use the web UI instead and upgrade firmware. [Elektroda, cicciobastardo, post #21016600]

What’s the fastest workaround if I can’t set a static IP on-device?

Bind the device MAC to a reserved IP on your router. Many routers support DHCP reservations, avoiding changes on the device. [Elektroda, miegapele, post #21017747]

Where can I try a test build with the DNS fix before a full release?

A maintainer shared a separate build link before the fix landed in a release. Use that build if you need the DNS fix early. [Elektroda, miegapele, post #21035843]

After updating, my DNS still shows 0.x.y.z—what should I do?

Edit and save the network settings again after flashing the fixed build. The maintainer reminded users to re-apply settings post-update. [Elektroda, miegapele, post #21035928]

Which W600 device was tested here, and what are its pins?

A MAXCIO RMC068 Tuya plug (16A) with W600 and BL0937 was shared. Pins: Btn=3, LED_n=6, BL0937 CF1=11, Rel=13, SEL=14, CF=16. [Elektroda, cicciobastardo, post #21035463]

Where should I post my W600 template and pin mapping on the forum?

Post it in the same thread and paste the template from the Web App UI. A maintainer requested copy‑paste directly. [Elektroda, divadiow, post #21028096]

Any flashing gotchas for these W600 plugs?

One user hit a 4‑pin header issue and had to desolder a pin to flash successfully. Check header continuity before flashing. [Elektroda, cicciobastardo, post #21020280]

How do I set a static IP now that it’s fixed?

  1. Update to firmware 1.17.539 or newer. 2. Open the network page, set IP/mask/gateway/DNS, then save and reboot. 3. Reconnect and confirm connectivity. [Elektroda, cicciobastardo, post #21038381]

How can I confirm the DNS fix worked after updating?

Open the log and confirm DNS shows the correct IP. You may see gateway/mask labels swapped, but DNS should be right. [Elektroda, cicciobastardo, post #21037804]
AI summary based on the discussion. May contain errors.
ADVERTISEMENT