Quantcast
Channel: Themen - Shelly Scripting - Shelly Forum
Browsing all 208 articles
Browse latest View live

Shelly script timer retriggern

Du meinst ?[Press Button / Start = On] < 30 Sek. > [Ende =...

View Article


Script um EM.GetStatus->total_act_power an Volkszaehler zu übertragen

Guten Abend,Ich nutze den Volkszähler und bin durch Zählerumstellung etc. jetzt gezwungen andere Wege der Erfassung zu gehen. Leider ist es so das ich von Scripten echt keine Ahnung habe und alles...

View Article


How to displaying current status of sensor BLU Door Window on module Shelly...

Hi Tom,You could try asking the Shelly team for a feature with a feature request ticket:---> https://support.shelly.cloud/e…posing_your_ideas_only%29

View Article

Script auf Shelly Plus 1PM und Shelly Pro3EM zum automatischen Versand der...

View Article

Power draw controlled switch

Hello Flytrapp,yah thats possible, here is a Script for this: Code //Config __There is a Maximum of 5 Channels/Devices__ var debug= false; //Create Debug output var configON= { //Device Name and...

View Article


Shelly Smoke Plus Timer Script?

Nabend und im Smoke selbst können keine Scripte gespeichert werden. Das Aufwachen geht auch per Script von außerhalb anzustoßen.

View Article

Script für BluMotion, Shelly Plus, Dimmer2

Plus Geräte hab ich so einige sonst würde der BluMotion ja nicht laufen außer mit dem Gateway.Skripterfahrung hab ich so gut wie keine. Hab nur ein einziges am laufen für den Dimmer2 und den i4. Aber...

View Article

GET request to external REST API

For example you can try thatShelly.call("http.get", {url: "https://www.api-couleur-tempo.fr/api/jourTempo/today",timeout: 1,ssl_ca: "*"}, RpcBackLectureTempoJourJ);The json answer: {"dateJour":...

View Article


On which shellys have I stored my scripts?

I have some BLU buttons. I have a lot of Shellys.I wrote some scripts for BLU buttons in several places an saved them on some Shellys. Now I do not remember on which?!Is there a way to find and show...

View Article


Error calling url

Hello Prrr Pa Pa2,Pls post a screen of the full error.Just to make sure, did you encounter issues with the official Blu Shelly script from their GitHub and resolve them using the easy call script, or...

View Article

Rolladenskipt Sonnenaufgang und Tageszeit als Bedingung für Öffnen

gelöscht

View Article

Geofencing mit Shelly Plus1 (Licht an wenn ich zu Hause ankomme)

View Article

Klimaraumsteuerung Plus2PM mit Script

View Article


Script HTTP.POST to Shelly Cloud fails

It needs to be URL-encoded, I guess. At least, I couldn't get it to work with JSON. So, modify your request body to ensure your queries are URL-encoded, and update your header content type to...

View Article

Ausführung eines Events verhindern

Hallo @Highcooley,Events sind lediglich Benachrichtigungen für bereits eingetretene Ereignisse (Shelly-Notifications). Es ist daher nicht möglich, Events zu droppen, bzw. würde sowas auch keinen großen...

View Article


Pro 4PM script - if one switch is on, the other must be off

View Article

Script for shelly plus i4

Hello the forumto improve the script is it possible to use a virtual input or a variable to trigger the script, so I do not use the physical input of the i4, do you have the solution, thank you

View Article


HTTP.Request headers length too short

View Article

Roller shutter motor (Nice Neomat Tubular Motor) with Shelly Plus 1 module

Hello,I am looking to operate a roller shutter motor (Nice Neomat Tubular Motor) with a Shelly Plus 1 module to replace a push button.In fact, to control the automation I use a push button between the...

View Article

Add-on temperature sensors data to Shelly script

You can get the temperature from add-on sensors like this: Code function Loop(){ try{ var temp= Shelly.getComponentStatus('Temperature', 101).tC; //Temp ID, mostly 100 to 102 print(temp);...

View Article
Browsing all 208 articles
Browse latest View live