Beiträge von seillehs
-
-
-
I'm in the same situation as you.
I think we have to wait. -
Zitat
Note that the update is rolled out in stages, just few % of devices per week.
ThemaFirmware 1.0.0 for 2nd generation devices is officially released
Dear group,
Today we released Gen2 1.0.0 for Shelly Plus and Pro devices, that you can update to via the device's local web or app.
Note that the update is rolled out in stages, just few % of devices per week.
This is a major release that affects all ~21 Plus and Pro devices that are already available on the market and thats why in the coming weeks, we would be slowly releasing the update, to ensure everything is fine, despite that we already had these changes in betas for testing at least half a…Der_Stumme3. August 2023 um 17:49 -
Warum eigentlich 0.14.0-rc1 und nicht 1.14.0-rc1?
This appears to be a grading error.
Since yesterday
20230814-083117/v1.14.0-rc1-ge28dcb8 -
-
-
let number = JSON.parse(string);
-
I wonder if it would not be the MQTT.setConnectHandler(callback, callback_arg) function that should be used.
But I don't know how to implement it.
If someone from Allterco dropped by and could put an example of using this function on github, that would be great.
https://github.com/ALLTERCO/shelly-script-examples/ -
It seems more complicated than that.
Der Inhalt kann nicht angezeigt werden, da Sie keine Berechtigung haben, diesen Inhalt zu sehen. Der Inhalt kann nicht angezeigt werden, da Sie keine Berechtigung haben, diesen Inhalt zu sehen. -
LWT? sorry, can you explain please?
Thank to be here.
I would like to make with script a "LWT topic" like "online topic" do.
Der Inhalt kann nicht angezeigt werden, da Sie keine Berechtigung haben, diesen Inhalt zu sehen. https://shelly-api-docs.shelly.cloud/gen1/#availability-and-announces
-
Hi,
Is there a way with a script to create a topic with LWT.
This is to monitor a Bluetooth module (Nut) which gives its presence every minute.Code
Alles anzeigenlet origine = JSON.stringify(Shelly.getDeviceInfo().name); function scanCB(ev, res) { if (ev === BLE.Scanner.SCAN_RESULT) { if (res.local_name === 'nut') { let topic = 'shellies/script/bluetooth/nut/' + res.addr + '/'; let unixtime = JSON.stringify(Shelly.getComponentStatus("sys").unixtime); MQTT.publish(topic + 'rssi', JSON.stringify(res.rssi), 0, false); MQTT.publish(topic + 'unixtime', unixtime, 0, false); MQTT.publish(topic + 'presence', unixtime, 0, false); MQTT.publish(topic + 'origine', origine, 0, false); } } } BLE.Scanner.Start({ duration_ms: -1}, scanCB);
-
I doubt those will be added to webhooks
It doesn't matter, thanks to you my problem is now solved.
Code
Alles anzeigenlet topic = 'shellies/plusI4/cmdVR/events/input'; Shelly.addEventHandler( function (event, user_data) { //print(JSON.stringify(event)); if (typeof event.info.event !== 'undefined') { if (event.info.event === 'btn_up') { MQTT.publish(topic + JSON.stringify(event.info.id), '0', 0, false); if (event.info.id === 0 || event.info.id === 1) { //print("VR Nord STOP"); Shelly.call( "http.get", { url: 'http://xxx:xxx@192.168.1.22/roller/0?go=stop' }, function (response, error_code, error_message, ud) { }, null ); } if (event.info.id === 2 || event.info.id === 3) { //print("VR Sud STOP"); Shelly.call( "http.get", { url: 'http://xxx:xxx@192.168.1.23/roller/0?go=stop' }, function (response, error_code, error_message, ud) { }, null ); } } if (event.info.event === 'long_push') { MQTT.publish(topic + JSON.stringify(event.info.id), '1', 0, false); } } else { return true; } }, );
-
btn_up and btn_down events exist, but cannot be used via Webhooks. But there's still a solution as they can be used via Scripting
Interesting, waiting for it to be added.
Thanks.
-
Can you please explain me this?
Der Inhalt kann nicht angezeigt werden, da Sie keine Berechtigung haben, diesen Inhalt zu sehen. No choice for "Button return to off".
-
Thanks, I already know that.
All the more reason, it would be nice to be able to do it with the Shelly PLUS including the I4.
-
Hello,
The Shelly Plus I4 with firmware 0.12 allow in button configuration to perform the following actions: button push, button long push and button double push.
As part of the button long push, it would be nice to also have button return to off.
Regards.
-
You can wake it up manually (set mode) with the reset button or after plugging/unplugging the USB cable
Firmware 0.12.0
It does not go to set mode vhen I plugging/unplugging the USB cable.
Is there another way (mqtt) to go into set mode because having to open the cover each time is cumbersome, especially if the module is connected via USB.
-
model : SHPLG2-1
Last overpower_value : 153475.86 W
Hello,
I have the same problem with a circulator pump on my boiler with a power of 50W.
Thanks to Shelly,
This issue is solved with firmware v1.11.8.
-
Installation on August 4, 2020 with firmware 20200601-122823/v1.7.0@d7961837 Then update with each new firmware until today.
With the latest firmware, I don't know because my heating has been off since april.