eterpstra
eterpstra
Hi, RazorCopter I think this line is not correct: `json_body={"Time":actual_time,"ENERGY":{"Temp":(msg.temperature),"H_Total":(msg.h_total),"E_Today":(msg.e_today),"E_Total":(msg.e_total),"VPV1":(msg.v_pv(1)),"$` it ends with a $ but i guess it needs to be: `json_body={"Time":actual_time,"ENERGY":{"Temp":(msg.temperature),"H_Total":(msg.h_total),"E_Today":(msg.e_today),"E_Total":(msg.e_total),"VPV1":(msg.v_pv(1))}}` THis worked for me. But is it...
I have a simalar issue with my Omrik inverter. 019-03-21 09:51:25,353 DEBUG Importing output plugin Traceback (most recent call last): File "OmnikExport.py", line 170, in omnik_exporter.run() File "OmnikExport.py", line 52,...
Can you tell me were the script is located?
Oke thanks I will try this tomorrow. I have received the camera 2 days ago. Everything is working fine. However, what is the average bitrate for this camera when using...
What do you mean with $LOG 2>&1 &?