How would the Auth_ ID be incorporated into the URL when remotely communicating with the Shelly Cloud over the internet? I cannot find any documentation about how to do this anywhere.
Hi , I have a shelly 3 EM and I need to read my power consumption / production from with my ESP 32 I was going to get this API data from the internet. What does the request for that look like that I will need to post ? I use in my Arduino code string jsonPayload Http request tough.
I don't have a 3EM but you could try: Read values from channel 0: 192.168.xxx.xxx/emeter/0/3em_data Read values from channel 1: 192.168.xxx.xxx/emeter/1/3em_data Read values from channel 2: 192.168.xxx.xxx/emeter/2/3em_data
How would the Auth_ ID be incorporated into the URL when remotely communicating with the Shelly Cloud over the internet? I cannot find any documentation about how to do this anywhere.
For user and password the format would be something like this: user:pass@[deviceIP]/[deviceType]/[channel]?[command]&[command]
Thank for the video
I tried to do the same through websoket but nothing happened, do you know hot to do that through websoket?
Hi , I have a shelly 3 EM and I need to read my power consumption / production from with my ESP 32 I was going to get this API data from the internet. What does the request for that look like that I will need to post ? I use in my Arduino code string jsonPayload Http request tough.
I don't have a 3EM but you could try:
Read values from channel 0:
192.168.xxx.xxx/emeter/0/3em_data
Read values from channel 1:
192.168.xxx.xxx/emeter/1/3em_data
Read values from channel 2:
192.168.xxx.xxx/emeter/2/3em_data
Very interesting. Useful video thanks.
How do you get it to return the measured voltage, power, power factor etc?
Hi..you can use IPaddress/status which will return an array of all variables, or IPaddress/power for just the power related variables.
Great. Many thanks.@@Builtbypete
Your welcome.
Thanks, this fixed a communication issue I had with one Shelly relay controlling another.
Your welcome. Glad it helped you out 👍
Exactly what I was searching for. Thanks.
Glad I could help!
Great - Thank‘s a lot!!
You are welcome!
perfect, exactly what i needed :)
Your welcome 👍
thank you. nice explaination
You are welcome