Jump to content

xnd

Members
  • Posts

    23
  • Joined

  • Last visited

Recent Profile Visitors

118 profile views

xnd's Achievements

Apprentice

Apprentice (3/14)

  • Collaborator
  • One Month Later
  • Reacting Well
  • Week One Done
  • Dedicated

Recent Badges

1

Reputation

  1. Hello! I'm from Europe (located somewhere between Germany and Ukraine). I'm using Shelly devices ~2 years. I prefer Shelly Pro. I have Pro 3EM and Pro 4PM. But also I'm fan of Shelly Plus Plug S, Plus 1PM mini and especially Shelly Plus Uni. For me the most appreciate feature is local scripting. As I'm familiar with JavaScript, it's very handy to see it in Shelly devices. I'm using Shelly devices together with Node-RED platform and also with Home Assistant. Although I have a highly capable and dependable Wi-Fi access point, my preference for Internet of Things (IoT) devices lies with alternative wireless technologies such as Z-Wave and Zigbee. Consequently, I intend to commence my IoT journey by incorporating Z-Wave devices like Shelly and Qubino Wave into my setup. There are several reasons behind this decision, including their exceptionally low power consumption and the fact that they operate on a distinct wireless frequency, avoiding interference with commonly used 2.4GHz technologies such as Bluetooth, Wi-Fi, and Zigbee.
  2. here is reply on Facebook: https://www.facebook.com/groups/ShellyIoTCommunitySupport/posts/7235208039911831/?comment_id=7243276419104993&reply_comment_id=7244620915637210
  3. also reproducible in firmware 1.3.1 on my following devices: - Shelly Plus 1PM: 20240430-105751/1.3.1-gd8534ee - Shelly Pro 3EM: 20240430-105803/1.3.1-gd8534ee
  4. ... also reproducible in latest stable fw: 20240425-141825/1.3.0-ga3fdd3d on all my devices: Plus Plug S, Pro 3EM, Pro 4PM
  5. +1 I would like to see such useful feature in all Shelly devices
  6. feel free to delete this topic and continue here under Firmware section: Thanks!
  7. sorry for duplicate post, I just found this section fits better this scripting issue. Feel free to delete my previous post here under: Home > Devices > Shelly Plus (Gen2) devices > Shelly Plus Plug S : With latest firmware: "fw_id": "20240425-141453/1.3.0-ga3fdd3d", "ver": "1.3.0", Diagnostic data included below. See: Also with such version of the code: print('start'); function main() { var i = 0; while (i < 12) { i = i + 1; console.log(i); } print('end'); } Timer.set(2000, false, main); output: Also reproducible on other devices (Shelly Plus 1PM, Shelly Pro 4PM) ----- also the same issue was reported earlier: diagnostics-shelly-plusplugs-data.txt diagnostics-shelly-plusplugs-debug-log.txt
  8. With latest firmware: "fw_id": "20240425-141453/1.3.0-ga3fdd3d", "ver": "1.3.0", Diagnostic data included below. See: Also with such version of the code: print('start'); function main() { var i = 0; while (i < 12) { i = i + 1; console.log(i); } print('end'); } Timer.set(2000, false, main); output: Also reproducible on other devices (Shelly Plus 1PM, Shelly Pro 4PM) diagnostics-shelly-plusplugs-data.txt diagnostics-shelly-plusplugs-debug-log.txt
  9. Is temperature ~ 50 ℃ ok? Specifications contains: and my ambient temperature is 25°C ~ 30°C
  10. It started working when I set port to 10 Mbit FDX: tested on latest stable (1.2.2) and beta (1.3.0-beta1-gd5dbd46) Is that OK? Ping every 2 sec looks good:
  11. Screen 2024-04-18 at 14.17.54.mov - also we can observe the same in shelly cloud web interface (https://control.shelly.cloud/#/home/devices/-1) - Ethernet connection is most of the time disabled and it appears for 1 second as connected. .
  12. Hello Dear Shelly community, I have Shelly Pro 4PM (version 1) with some older firmware (I'm not sure what version it was) everything was working ok. LAN connection was stable, without issues (also when ECO mode enabled or disabled). Today I upgraded firmware to 1.2.2 stable and cable ETH connection stopped working. Then I tried to upgrade to latest beta (1.3.0-beta1-gd5dbd46) and this issue was still here. I have tried also restart device, enable / disable ECO mode. Disable Ethernet, restart. Enable ethernet, restart. And this issue was still here. Then I switched back to stable firmware 1.2.2. And this issue was still here. Then I did a factory reset. Issue was still here. Ethernet connection is broken. Please see my video: you can see that ETH status is most of the time disconnected but sometimes is shows correct IP address for 1 sec and then immediately shows disconnected. you can see LEDs in RJ45 are turned off and blinking in regular interval. signal-2024-04-18-133830-ezgif.com-crop-video.mp4 What I tried: switch to latest beta fw (1.3.0-beta1-gd5dbd46) switch to latest stable fw (1.2.2) factory reset ECO mode enabled ECO mode disabled Enable/disable Ethernet (and reboot) power off device, power on different LAN cables, connect to different switch and router. Ethernet configuration DHCP Ethernet configuration static IP I did "ping" command from PC to Shelly static Ethernet IP address every 1 sec. 100 attempts, 100% packet loss. I tried to set port on the switch where Shelly is conected to 100 Mbit (disable auto-negotiation) Nothing helped.
  13. same issue also on new beta firmware 1.3.0-beta1 higher resolution image: https://imgur.com/a/rTAS573 There were 2 runs of script. In first run, last command was enabled (line 7): console.log('end'); in second run, last command was disabled (commented): //console.log('end'); in both runs we got only last 7 logs. ECO mode was disabled. Regardless of use console.log or print command - the same behavior in both cases.
  14. I have the same as here: in current (latest) firmware: Shelly Pro 3EM Firmware ID: 20240223-141900/1.2.2-g7c39781 Web build ID: 240213111718-ce341dc8-HEAD
×
×
  • Create New...