top of page

この動作を確認するには、公開後のサイトへ移動してください。
Can the US plug PG03-US16A-TAS-1 be used to monitor power consumption?
Can the US plug PG03-US16A-TAS-1 be used to monitor power consumption?
1件の回答0件の返信
いいね!
Comments(1)
この投稿へのコメントは利用できなくなりました。詳細はサイト所有者にお問い合わせください。
bottom of page
I know I'm late with the responese but may be it can help to someone. Yes, you can. The periodic update of the screen with parameters in browser is handled by http GET requests. You can write a simple program (for instance in Python) that sends periodically the request using urllib module and parse the returned html to fetch the parameters. The same python works for both Windows PC and Raspberry 4 with Raspbian.