User Activity

  • Posted a comment on discussion General Discussion on Piko stats

    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

  • Posted a comment on discussion General Discussion on Piko stats

    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 :...

  • Posted a comment on discussion General Discussion on Piko stats

    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%/*}...

  • Modified a wiki page on Piko stats

    Wiki Home Page

  • Modified a wiki page on Piko stats

    Wiki Home Page

  • Modified a wiki page on Piko stats

    Wiki Home Page

  • Modified a wiki page on Piko stats

    Wiki Home Page

View All

Personal Data

Username:
romualddufour
Joined:
2010-05-06 13:26:01
Location:
Belgium / CEST
Gender:
Male

Projects

This is a list of open source software projects that RDU is associated with:

Personal Tools