[smartics : charging smart]

In German there is this saying - freely translated: 'firstly it will be different, and secondly than you think'. The translation might not fit it so well but in general the idea is that even when you know it will come differently, the outcome will quite often be even more different than predicted. This, of… Continue reading [smartics : charging smart]

[smartics : charger]

To apply some smart logic for getting excess energy into the car I need to set some data on the charger. Like I wrote last time, since I own an go-e charger I will build a service to access its API. I will keep it simple and just add methods to read the chargers current… Continue reading [smartics : charger]

[smartics : scheduler]

Today I want to follow up on my post about metering data. I already mentioned that I'm going for three similar but a little different data batches. The queries to get the data will be triggered at different times: MeteringDataSec will be triggered every five seconds, MeteringDataMin is triggered every five minutes and MeteringDataDay is… Continue reading [smartics : scheduler]

[smartics : metering]

I showed in the post a few days ago how to access inverter data [1.], now it's time to query the current values for a day. A word of caution though: all code I write about in these posts is supposed to run in the environment it was meant for. It should work, but I… Continue reading [smartics : metering]

[smartics : inverter]

Before I bore you with statistics in the next post, I'll do so with a little intro into the application and code: There are already plenty of pages on how to setup a simple Java web application [1.]. Therefore, I'm just going to summarize what I will be dealing with and a bit of background… Continue reading [smartics : inverter]