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:
![image](https://private-user-images.githubusercontent.com/77054170/361922458-2c280cc2-d804-4c63-9eeb-370d31b9b856.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNDE4MjMsIm5iZiI6MTczOTM0MTUyMywicGF0aCI6Ii83NzA1NDE3MC8zNjE5MjI0NTgtMmMyODBjYzItZDgwNC00YzYzLTllZWItMzcwZDMxYjliODU2LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDA2MjUyM1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTcyNDVlNDY5ZjgyYWM0ZWMyNTVjM2E0Y2U4YWYxODU4YzU5N2I1YWUyNDkxNWQwZDhmMjQ2MjJkYTVmYjM0ZTYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.3evAXpY_-AMODazbLExTBz6-lYwlow6Mc8QP4-KYSdA)
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