Search found 6 matches

by sirus
Wednesday 10 July 2024 14:26
Forum: Bugs and Problems
Topic: Domoticz with Proxy change with 2024-05 / 06 ?
Replies: 2
Views: 1406

Re: Domoticz with Proxy change with 2024-05 / 06 ?

Hello,

I will reply to myself in case others have same issue.
In the security board, in addition to fill the network trusted with your proxy IP, you must allow Basic-Auth here :

Image

Regards !
by sirus
Tuesday 09 July 2024 8:31
Forum: Bugs and Problems
Topic: Domoticz with Proxy change with 2024-05 / 06 ?
Replies: 2
Views: 1406

Domoticz with Proxy change with 2024-05 / 06 ?

Hey folks ! I just did the update from 2024.4 to 2024.5 and then to 2024.6 and I have issue to acces domoticz behind my apache proxy. I dit a test to rollback to 2024.4 and the acces sis workgin fine after the rollback. Is there any reason for a behavioure change using a proxy ? There is not ...
by sirus
Thursday 19 February 2015 21:52
Forum: Other questions and discussions
Topic: Add electricity values
Replies: 21
Views: 10101

Re: Add electricity values

Hi, I see 2 possibility to solve your issue here : - both value and counter column have to be filled with the appropriate data. ValueN= CounterN - Counter N-1 (be carefull on the unit, compare with my value bellow) - In my case I have one row / day. Try to fill all days between first and last day ...
by sirus
Thursday 15 January 2015 20:27
Forum: Other questions and discussions
Topic: Add electricity values
Replies: 21
Views: 10101

Re: Add electricity values

So after a lot of test I finaly get the good setup. I will paste here is it could help : sqlquery look like this : INSERT INTO `Meter_Calendar` VALUES ('ID of the device','consuption of the day','counter value','day'); INSERT INTO `Meter_Calendar` VALUES ('22','12.7','471.27','2015-01-01'); INSERT ...
by sirus
Thursday 15 January 2015 14:34
Forum: Other questions and discussions
Topic: Add electricity values
Replies: 21
Views: 10101

Re: Add electricity values

Hi, and thanks for this info. this is what I have try. I have first put daily data into meter_calendar but still not appear in the domoticz curve Here my sql statment executed succesfully: insert into meter_calendar values (22, 12,0, "01/01/2015" ), (22, 9,0, "02/01/2015" ), (22, 22,0, "03/01/2015 ...
by sirus
Thursday 15 January 2015 13:46
Forum: Other questions and discussions
Topic: Add electricity values
Replies: 21
Views: 10101

Re: Add electricity values

Hi Jan_nl, All, First post for me and it seams to this forum is well interesting. I have just installed a domoticz db on a raspberry and and wantn now to put water consuption for the past days and month. It is quite similar that your requets and I wonder if you success to update your db as planned ...