Forfatter Emne: StokerKontrol på Raspberry Pi ?  (Læst 34158 gange)

0 Medlemmer og 1 Gæst læser dette emne.

Offline kivi

  • Top of the pop
  • *****
  • Indlæg: 352
  • Respekt optjent: +6/-0
Sv: StokerKontrol på Raspberry Pi ?
« Svar #30 Dato: Aug 13, 2014, 16:36 »
Hej Nordgren

Det behøver du ikke, for du kan benytte Pellmon fra en hvilken som helst webbrowser.

Skærmbillede 1 viser startsiden, ikke så interessant lige nu da fyret er slukket ;-)

Skærmbillede 2 viser alle parametre og herfra kan man indstille dem.

Pellmon virker faktisk bedre fra en anden enhed, formentligt fordi Raspberry'en slipper for at vise grafik.

Ole
Mvh
Ole
BlackStar 1016, 16 kW, V6.76, 160+54 m2,  kompressorrens, 300L VVB med solfanger, Pellmon på Raspberry pi

Offline motoz

  • Top of the pop
  • *****
  • Indlæg: 255
  • Respekt optjent: +18/-0
Sv: StokerKontrol på Raspberry Pi ?
« Svar #31 Dato: Aug 13, 2014, 18:36 »
Citér
Regarding the timer settings, it would be nice though, if the timer start was in time/clock format rather than in minutes.
At the moment the parameter values are shown exactly as they are read from the control box, it would of course be possible to convert the value to a better representation (hours:minutes in this case) in special cases. Pretty easy to do, I added in 'issue' in github for it so I'll remember it when I have some time for pellmon.

Citér
Is it possible to have the hotwater temp in the graph on the frontpage as well.
Absolutely, you can add as many data lines as you like to the graph. Look into the sections [rrd_ds_names], [pollvalues] and [graphcolors] in the configuration file. Due to the way the rrd database I'm using works you need to either delete the old database and let pellmon create a new if you change the database definitions, or you can use the rather complicated method described in the pellmon wiki to add new datasets to an existing database.

Citér
Would You prefer any future comments in English or is Danish OK?
Any way you feel most comfortable with, I think I handle reading Danish quite well by now and English isn't my first language either.
Bio Comfort 30kW, compressor cleaning, lambda. Termax 25cr boiler. Matene vertical pellet conveyor. PellMon open source pellet logger: https://github.com/motoz/PellMon

Offline Christian_IA

  • Top of the pop
  • *****
  • Indlæg: 225
  • Respekt optjent: +2/-0
Sv: StokerKontrol på Raspberry Pi ?
« Svar #32 Dato: Aug 14, 2014, 07:46 »
Kan du tilgå din Raspberry pi fra Windows med http://www.teamviewer.com/da/download/linux.aspx

Nice hvis du ville tage nogle skærm dump fra Windows med teamwiever. Og oploade dem, så vi andre kunne få mod på PellMon. Hvis du får held med at ændre username og Password. Kunne du måske dele et image. Evt. dele det på dropbox.
Har du nogen idé om hvor tungt det er at køre Teamviewer på en RPi ?
--
Christian
Scotte 16 kW på BS20 semirens kedel
Nu med StokerKontrol online:
http://stokercloud.dk/dev/showmain.php?mac=christian_ia
http://www.424.dk/pillefyr/

Offline motoz

  • Top of the pop
  • *****
  • Indlæg: 255
  • Respekt optjent: +18/-0
Sv: StokerKontrol på Raspberry Pi ?
« Svar #33 Dato: Aug 14, 2014, 08:35 »
It seems there is no teamview linux build for the arm processor architecture, only x86, so it can't run on a raspberry.
Bio Comfort 30kW, compressor cleaning, lambda. Termax 25cr boiler. Matene vertical pellet conveyor. PellMon open source pellet logger: https://github.com/motoz/PellMon

Offline kivi

  • Top of the pop
  • *****
  • Indlæg: 352
  • Respekt optjent: +6/-0
Sv: StokerKontrol på Raspberry Pi ?
« Svar #34 Dato: Aug 14, 2014, 22:24 »
Kan jeg bare ikke finde det eller kan man ikke indstille VVB temp i PellMon ?

Jeg kan se der er en sprog indstilling, betyder det man kan indstille det til dansk.
Mvh
Ole
BlackStar 1016, 16 kW, V6.76, 160+54 m2,  kompressorrens, 300L VVB med solfanger, Pellmon på Raspberry pi

Offline motoz

  • Top of the pop
  • *****
  • Indlæg: 255
  • Respekt optjent: +18/-0
Sv: StokerKontrol på Raspberry Pi ?
« Svar #35 Dato: Aug 15, 2014, 06:50 »
Oh, that seem to be missing... I added 'hotwater desired temp' and 'hotwater temp diff' right away. it's included in the latest master, upgrade instructions are in the wiki.

If you are interested you can look at this commit which adds them: https://github.com/motoz/PellMon/commit/56996002401227dea3b1f0550a45126408cea4dc

The last file (datamap.py) adds the parameters. According to the protocol specification here http://www.nbe.dk/download/pc-kommunikation.html the parameter exist from version 6.03 and forward, which is indicated by this ('6.03','zzzz'), and is read from frame Z03, index 15, has zero decimals, is written with command 'B08', has minimum value 0 and maximum value 80. The datameny.py file adds some 'tags' to the parameter so it will show up in the parameter menus in the webinterface and in descriptions.py the parameter is given an optional nicer visual name and a longer description. That's all there is to adding missing parameters, if you find other userful parameters that are missing I'll add them.

The language setting sets the language in the control-box, pellmon is English only for now.

Bio Comfort 30kW, compressor cleaning, lambda. Termax 25cr boiler. Matene vertical pellet conveyor. PellMon open source pellet logger: https://github.com/motoz/PellMon

Offline kivi

  • Top of the pop
  • *****
  • Indlæg: 352
  • Respekt optjent: +6/-0
Sv: StokerKontrol på Raspberry Pi ?
« Svar #36 Dato: Aug 15, 2014, 09:33 »
Oh You are fast acting :-)

Ill try to update tonight to see how it works.

Thanks for the update.
Mvh
Ole
BlackStar 1016, 16 kW, V6.76, 160+54 m2,  kompressorrens, 300L VVB med solfanger, Pellmon på Raspberry pi