Shelly script timer retriggern
Du meinst ?[Press Button / Start = On] < 30 Sek. > [Ende =...
View ArticleScript 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 ArticleHow 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 ArticlePower 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 ArticleShelly 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 ArticleScript 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 ArticleGET 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 ArticleOn 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 ArticleError 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 ArticleScript 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 ArticleAusfü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 ArticleScript 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 ArticleRoller 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 ArticleAdd-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