Skip to content

Instantly share code, notes, and snippets.

@tqpessoa
Created March 29, 2017 16:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tqpessoa/937cdc5f2cc8e623b4946cc040c4a8b6 to your computer and use it in GitHub Desktop.
Save tqpessoa/937cdc5f2cc8e623b4946cc040c4a8b6 to your computer and use it in GitHub Desktop.
Flow Electric Multimeter

Allows users who use ISSO Tecnologia's electric multimeter to perform power readings in each phase and store in the application.

[{"id":"535b7881.22b618","type":"inject","z":"3d6d7292.933c8e","name":"","topic":"","payload":"","payloadType":"date","repeat":"1200","crontab":"","once":true,"x":380.5,"y":305.66668701171875,"wires":[["6df54715.dd9d8","db1efecd.1c557","9b746c87.3f75e8"]]},{"id":"6df54715.dd9d8","type":"http request","z":"3d6d7292.933c8e","name":"GET_Medidor_Fase2","method":"GET","ret":"txt","url":"ip_do_medidor/sistema.cgi?lermc=32,1","tls":"","x":656.9443969726562,"y":306.6666564941406,"wires":[["6d11b35.5e0e04c"]]},{"id":"db1efecd.1c557","type":"http request","z":"3d6d7292.933c8e","name":"GET_Medidor_Fase1","method":"GET","ret":"txt","url":"ip_do_medidor/sistema.cgi?lermc=22,1","tls":"","x":654.7222290039062,"y":391.25,"wires":[["58f63394.8875c4"]]},{"id":"9b746c87.3f75e8","type":"http request","z":"3d6d7292.933c8e","name":"GET_Medidor_Fase3","method":"GET","ret":"txt","url":"ip_do_medidor/sistema.cgi?lermc=42,1","tls":"","x":654.7222290039062,"y":470,"wires":[["bd3c86a1.3a91f"]]},{"id":"6d11b35.5e0e04c","type":"http request","z":"3d6d7292.933c8e","name":"Writer_BD_Pt_Fase2","method":"GET","ret":"txt","url":"Address_Server_BD","tls":"","x":1032.2222290039062,"y":303.75,"wires":[[]]},{"id":"58f63394.8875c4","type":"http request","z":"3d6d7292.933c8e","name":"Writer_BD_Pt_Fase1","method":"GET","ret":"txt","url":"Address_Server_BD","tls":"","x":1035.0000610351562,"y":388.3333435058594,"wires":[[]]},{"id":"bd3c86a1.3a91f","type":"http request","z":"3d6d7292.933c8e","name":"Writer_BD_Pt_Fase3","method":"GET","ret":"txt","url":"Address_Server_BD","tls":"","x":1030.0000610351562,"y":467.0833435058594,"wires":[[]]},{"id":"9649fdb7.ae5228","type":"http request","z":"3d6d7292.933c8e","name":"Writer_BD_Pt_Mensal","method":"GET","ret":"txt","url":"Address_Server_BD","tls":"","x":1021.6944580078125,"y":577.5833129882812,"wires":[[]]},{"id":"f7578a41.9a8be8","type":"comment","z":"3d6d7292.933c8e","name":"Envio de dados do medidor para Web","info":"","x":462.22222900390625,"y":165,"wires":[]},{"id":"97d56256.f92f58","type":"http request","z":"3d6d7292.933c8e","name":"GET_Medidor_Cons_Mes","method":"GET","ret":"txt","url":"ip_do_medidor/sistema.cgi?lermc=59,1","tls":"","x":666.4166259765625,"y":580.4999694824219,"wires":[["9649fdb7.ae5228"]]},{"id":"c75f9f30.859598","type":"inject","z":"3d6d7292.933c8e","name":"","topic":"","payload":"","payloadType":"date","repeat":"86400","crontab":"","once":true,"x":369.97222900390625,"y":579.5,"wires":[["97d56256.f92f58"]]}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment