Attached is a version compatible with python 3
Hi, This was for compatibility with SQLite who does not have a DateTime data type. See section 2.2 of this document : https://www.sqlite.org/datatype3.html Romuald
Hi Romuald, I'm using your script for years and I like it a lot! Thank you so much! I just wonder why you chose VARCHAR instead of DATETIME for DB format of TIME information. Was that an intentoinal choice? Thank you!
Hallo Romuald Perfect, thank You/Merci I ended up with TRef="9300" //Flemming
Hallo Romuald Perfect, thank You/Merci //Flemming
Hallo Romuald Perfect, thank You //Flemming
Hello Flemming, Thanks, The inverter send back the temperature using 16 bit integer value. By reverse engeneering, I found that 8.3 and 10T inverter use this formula wich is enabled by default : T = 22 + (0xc800 - Received int)/448 Later, someone having a 5.5 gave me the same issue as you have, so we found that, for them temperature would be T = 22 + (0x8000 - Received int)/448 It seem that your 3.0 is using this range (or near the same). You could try to add this to the command line arguments :...
Hallo It is a lovely program. I have a problem that the temperature shows 45¤C in the morning with 5¤C arround the inverter, could it be because it is a 3.0 inverter ? Inverter Name : FMIPV Inverter SN : 90343ILK00004 Inverter Ref : 10019948 Inverter Model : PIKO 3.0 Inverter Version: 0310 03.59 03.61 Inverter String : 1 Inverter Phase : 1 Total Time : 58248h 52m 38s (2427 j) Running Time : 27258h 51m 28s Last Port. upld : 00h 36m 38s Last Hist. updt : 00h 06m 29s Hist. updt step : 00h 15m 00s Inverter...
Hello, Here is the script I use. It's not fully production level, but it works well for me. You have to edit the vars.sh to include your PVOutput API info and WeatherUnderground API info (or disable temperature info). Don't forget also to update inverter IP address. Regards, Romuald. vars.sh: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41#!/bin/sh # Debug Mode Debug=0 # Application and Data Path ScriptName=`which $0` ScriptPath=${ScriptName%/*}...
Hello, is the script for the upload to pvoutput.org also available?
Wiki Home Page
Wiki Home Page
Wiki Home Page
Wiki Home Page