Happy New Year
I would like to wish all visitors a happy new year, be careful with the fireworks
.
I would like to wish all visitors a happy new year, be careful with the fireworks
.
Well another week has passed….
Water values:
Fe = 0.1ppm
PO4 = 1ppm
NO3 = 10ppm
Growth:
so so, no big different from last week, some sprouts on the R.macaranda seems to be quite nice, E.stallata seems to be very similar to last week, some sprouts are fine but it’s very slow.
It has now past one week with the new nutrition dosing schedule, this is the current status,
Measurement values:
NO3 = 5ppm
PO4 = 1ppm
Fe = 0.8ppm
Visual status:
During the past week the bubble from the plant has been quite similar to the weeks before the change, maybe slightly less in the end of the week.
It looks like the new growth of the Rotala Macaranda and Eusteralis Stellata is better than before but it is still to early to say for sure.
I cant se any deficiency symptoms.
This is the code needed in cbaddComment:
#Send notify mail to blog admin
try:
to_addr = context.getNotify_to()
from_addr = context.getNotify_from()
msgbody = context.translate('comment_notify_body')
elements = {}
for k in ('title','author','url','body'):
if REQUEST.form.has_key(k):
elements[k] = REQUEST.form[k]
else:
elements[k] = ''
elements['post_ip'] = REQUEST.getClientAddr()
elements['entry_url'] = context.absolute_url()
msgbody = msgbody % (elements)
msgsubject = context.translate('comment_notify_title')
mgsheader = """To: %s
From: %s
Mime-Version: 1.0
Content-Type: text/plain; Charset=utf-8
""" % (to_addr,from_addr)
cbtool.send_mail(mgsheader+msgbody, to_addr, from_addr, msgsubject)
# check status of notification mail setting
if context.getSend_comment_notification():
#Get email addresses for commentators
com_list = context.getComment()
addr_list = []
for com in com_list:
if not addr_list.count(com.getEmail()):
addr_list.append(com.getEmail())
#Send notify mail if need to commentators
try:
for addr in addr_list:
if addr == REQUEST.form['email']:
continue
else:
to_addr = addr
from_addr = context.getNotify_from()
msgbody = context.absolute_url()
msgsubject = context.translate('comment_notify_title')
mgsheader = """To: %s
From: %s
Mime-Version: 1.0
Content-Type: text/plain; Charset=utf-8
""" % (to_addr,from_addr)
cbtool.send_mail(mgsheader+msgbody, to_addr, from_addr, msgsubject)
except Exception,e:
log( 'COREBlog2/cbaddComment: '
'Some exception occured, %s' % e )
except Exception,e:
log( 'COREBlog2/cbaddComment: '
'Some exception occured, %s' % e )
Replaces:
#Send notify mail if need
if context.getSend_comment_notification():
try:
to_addr = context.getNotify_to()
from_addr = context.getNotify_to()
msgbody = context.translate('comment_notify_body')
elements = {}
for k in ('title','author','url','body'):
if REQUEST.form.has_key(k):
elements[k] = REQUEST.form[k]
else:
elements[k] = ''
elements['post_ip'] = REQUEST.getClientAddr()
elements['entry_url'] = context.absolute_url()
msgbody = msgbody % (elements)
msgsubject = context.translate('comment_notify_title')
mgsheader = """To: %s
From: %s
Mime-Version: 1.0
Content-Type: text/plain; Charset=utf-8
""" % (to_addr,from_addr)
cbtool.send_mail(mgsheader+msgbody, to_addr, from_addr, msgsubject)
except Exception,e:
log( 'COREBlog2/cbaddComment: '
'Some exception occured, %s' % e )
I will explain a bit more why i am going to make the changes in the prior post.
In my aquarium i have 14 types of plants, 3 of these are totally stunned, 2 is growing but very poorly.
The ones which are growing normally are growing very well and the bubbling is heavy in the aquarium all week between the water changes.
This is the reason why i would like to try something else, i think it’s very interesting that kekon had in some configurations some plants to thrive but not others, and that he had had all plants to thrive at one point.
It will probably take me a couple of weeks to tune in the nutritions to resemble the best working configuration, but it will be interesting to see if it affects the bubbling from start.
Before the change i have been having a rich nutrition schedule, the measurements today showed:
NO3 = 40ppm
PO4 = 2.5ppm
Fe = 0.5ppm
I will try to lower my nutrition levels after reading this thread on APC, I will try to adjust it to resemble kekon’s values when it was working as best for him.
I have adjusted the auto dosing and at tomorrows water change it will start for real.