Hi Danoo
Yes many questions.
So one object to do all what i need.
vlan (ok) trunking (???)
I have only basic knowledge abot VLAN
How i can doit?
Beiträge von Roberto Grosso
-
-
Hello
I'm building my new home,I would like to create a robust network setup for home automation separate from the home network.
Attached I have put two possible schematics.
Which one do you recommend?
What rules should the various routers have?
Any other recommendations?
-
-
It works perfectly
Thanks -
- function onButtonPress_1(BTHparsed) {
- if (Event254 === false) {
- Shelly.call("HTTP.POST",
- { url: url_cmd_00 },
- null,
- null
- );
- }
- Event254 = false;
- cnt1++;
- KVSStore("Cnt_01",cnt1);
- }
the above function just do nothing
the below work- function onButtonPress_1(BTHparsed) {
- if (Event254 === false) {
- Shelly.call("HTTP.GET",
- { url: url_cmd_00 },
- null,
- null
- );
- }
- Event254 = false;
- cnt1++;
- KVSStore("Cnt_01",cnt1);
- }
-
Hello Good Morning
here is a pastebin with a program I use and it works great. https://pastebin.com/u0uw6ZBg
But.
I use an "http.get" to make an object perform an action on the network
I tried with "http.post" but it doesn't work.
It is not a problem, but I would like to understand what I am doing wrong.
Thanks
-
Thank you
I will try it out in a while
-
Thanks again
But my question is how to run a script to another device
Device 1 say to device 2 run your script named "scr power" -
Hi thanks for the script.
I need to figure out at what point in the 86 lines of code is the start of the script remotely.
In the precision I want to do this:
Slelly_1PM Plus contains the script "scr power"
Shelly I4 Plus With a command starts the script "scr power" on Shelly_1PM
-
Hi is it possible tu run a remote script like switch a remote realy?
http://10.0.1.63/relay/0?turn=on
http://10.0.1.63/Script/1?active (just my fantasy)
Thanks -
Hello all
I'm working on my Shelly Plus i4.
I have configured some actions,
My question is, Is it possible to run these actions from a script?
Thanks for the help
Actions WH.JPG