Shelly 3EM
EUR133,38

Shelly 3EM


Question about Shelly 3EM

avatar
clarinus

2 years ago

Hello all One comment says that the graph only has a resolution of one hour. Is this true? Does this refer to the device itself or the cloud? Many greetings

Avatar
avatar
danielwand

2 years ago

The device itself takes measurements every 10 minutes and saves them. The data can then be downloaded with local access.
This is the voltage curve or power curve of each individual phase.
If you want it faster/more precise, you can read it out with HTTP GET. This then returns the measured values in JSON format for further processing/filing (that's how I do it).
There is an online documentation on this: https://shelly-api-docs.shelly.cloud/ and then select the [Gen Device 1 API].
Have fun.

avatar
mschwyn

2 years ago

With the standard Shelly app, I actually only see hourly gradations. But as far as I know, the device can do more. You just have to retrieve the data differently. That requires a little more knowledge.

avatar
_marcus_

2 years ago

That refers to the cloud, I think. I read it with FHEM and have implemented a query every few seconds. Runs without problems