Newbie question for measurement #2461
Closed
M4tRiX92
started this conversation in
Planned measurements
Replies: 2 comments 6 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.
0 replies
-
Is the Shelly Plus Plug S supported as measuring device? Thanks for any help |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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:latest
Here 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