last week I "found" Domoticz, installed it on a Raspberry Pi and wanted to dive into first steps and some offline counters.
But I cant get them to work properly. This is what I did:
- I created a hardware item for every counter with type "Dummy"
- Then I created a device for every hardware item (Types RFXMeterCounter with Energy, Gas and Water)
- Every day at about 7 pm I enter the value of the counter by sending /json.htm?type=command¶m=udevice&idx=MyID&svalue=MyValue
And this is what is happening:
- A few seconds later I see the usage of the day in the first line of the device item
- Beside the icon I can see the counter value that I entered
- In the log diagram I can see the value of the usage
For example if I have a usage of 25 every day I will get a report like this:
- Wednesday: Counter 100, Usage 0
- Thursday: Counter 100, Usage 25
- Friday: Counter 150, Usage 0
- Saturday: Counter 150, Usage 25
What am I doing wrong? Or is it impossible to use Domoticz this way?
Best regards, Stefan