Newbie question for measurement #2461
Replies: 3 comments 9 replies
-
|
alright. Powershell ISE was the problem. With the windows terminal the script is running. Now I have to check why only 0 watt are measured... |
Beta Was this translation helpful? Give feedback.
-
|
Is the Shelly Plus Plug S supported as measuring device? Thanks for any help |
Beta Was this translation helpful? Give feedback.
-
|
I'm also new and have similar problems - struggeling with nudge. I tried different settings in the .env but the measurement always stuck an get canceled. Are there more parameters for the .env file then in the repo example env.dist? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I want to contribute some light measurements.
Unfortunately the measurement is not that easy as I thought.
What I have done:
Now I want to start the measurement via powershell.
command: "docker version" is ok
command
docker run --rm --name=measure_new --env-file=env.dist -v ${PWD}/export:/app/export -v ${PWD}/.persistent:/app/.persistent -it bramgerritsen/powercalc-measure:latestHere I got the following crazy output:

What I have done wrong?
I saw that I can set the answers to the questions in the env.dist.
Is there an example for hue lights?
COLOR_MODE=color_temp
GENERATE_MODEL_JSON=true
GZIP=true
MULTIPLE_LIGHTS=false
LIGHT_ENTITY_ID=xx
MEASURE_DEVICE=Shelly Plug S
NUM_LIGHTS=1
LIGHT_MODEL_ID=xx
MODEL_NAME=xx
DUMMY_LOAD=true
POWERMETER_ENTITY_ID=sensor.my_power
RESUME=true
Beta Was this translation helpful? Give feedback.
All reactions