
Now i have to figure how this works and on start do little "localization" for Polish language.
Next to completing the list of sensors
I dont need also "login pages".

Thx again.
Moderators: leecollings, wez3
Code: Select all
python server.py -c example.conf
Code: Select all
Device with 13 is not available in Domoticz
lol...blackdog65 wrote:Hi,
Sorry if this appears dense, but I'm not getting very far with this.
The install looks to have gone ok but when I runI getCode: Select all
python server.py -c example.conf
which I expect as I haven't set devices yet... I want to get it to run before I go through that LOOOOONG processCode: Select all
Device with 13 is not available in Domoticz
![]()
But when I go to 192.168.1.120:80 I get the nginx welcome page
Where am I going wrong? Do I need to kill nginx?
Many thanks
Sean
Code: Select all
[statistics]
[[display_components]]
components = domoticz_smart_charts[1], domoticz_smart_charts[2], domoticz_temp_charts
[[domoticz_smart_charts]]
[[[1]]]
Energie = 80, week, energy
[[[2]]]
Gas = 82, month, gas
[[domoticz_temp_charts]]
#Temperatuur = 74, day, temp
Everything looks fine but I suggest to remove domoticz_temp_charts from the display components because you comment out the idx.Siewert308SW wrote:blackdog65 wrote:Hi,
Sorry if this appears dense, but I'm not getting very far with this.
The install looks to have gone ok but when I runI getCode: Select all
python server.py -c example.conf
which I expect as I haven't set devices yet... I want to get it to run before I go through that LOOOOONG processCode: Select all
Device with 13 is not available in Domoticz
![]()
But when I go to 192.168.1.120:80 I get the nginx welcome page
Where am I going wrong? Do I need to kill nginx?
Many thanks
Sean
lol...
encountered the same thing and ending up committing out all devices in the conf and changed one idx to one of my own just to see it running.
question:
I have a 2x a Youless for gas and electric.
But if i fill in the idx i get no stats...
Code: Select all
[statistics] [[display_components]] components = domoticz_smart_charts[1], domoticz_smart_charts[2], domoticz_temp_charts [[domoticz_smart_charts]] [[[1]]] Energie = 80, week, energy [[[2]]] Gas = 82, month, gas [[domoticz_temp_charts]] #Temperatuur = 74, day, temp
Type is not p1.wez3 wrote:@Siewert
Is the type of the domoticz IDXs "P1 Smart Meter"? We've tested it again that, that works.
Here is a working config:
[[domoticz_smart_charts]]
[[[1]]]
Stroomverbruik = 155, week, energy
[[[2]]]
Gas = 156, month, gas
Removing [[domoticz_temp_charts]] might help, as its not used (also from display_components).
Code: Select all
81 Electra - Meterstand 80 1 Electra - Meterstand YouLess Meter YouLess counter 29760.717 kWh 2058 Watt
82 Gas - Meterstand 80 1 Gas - Meterstand YouLess Meter YouLess counter 17441.279 kWh 0 Watt
Got something to display, but only total usage of the counter, week and month.wez3 wrote:You could check the Domoticz log page (behind the "Log" button) of the device. If the javascript function: ShowSmartLog is called in domoticz, it should work in Domoboard as well. We are using the original Domoticz javascript functions (slightly modified) to display the graphs.
Nope, running it on a other raspi to test.jjnj wrote:Is it necessary to run Domoboard on the same system as Domoticz? I have Domoticz on a Windows machine currently.
Nevermind, can't explain what i mean in english.wez3 wrote:Is domoticz able to display this current usage in a graph?
If so, I would recommend you to do the following:
Open Chrome, turn on inspect > network tab.
Visit the Log page of your Youless device. API calls are visible now to the Domoticz API.
Select the API call you want in Domoboard and fill it into the config. For example:
/json.htm?type=graph&sensor=counter&idx=155&range=week
becomes on our config:
Wekelijks energie verbruik = 155, week, energy
The last options can be one of the following:
"energy"
"gas"
"water"
"counter"
If you can't figure it out with above information, can you share the API call you want to displayed on Domoboard so i can figure out why this should not work in the current setup?
Many thanks,wez3 wrote:A navbar item needs to exist in the config, otherwise 404 pages are thrown. If you specify the following navbar:
[navbar]
[[menu]]
Dashboard = dashboard
A component dashboard needs to exists in the rest of the config. e.g.:
[dashboard]
[[display_components]]
components = top_tiles
[[top_tiles]]
Temperatuur tuin = 31, fire
I've created the link that is used to generate the pages in bold.
To bad that your short on time. I think i get what you mean, however its pretty hard to debug without the device itself. Do not hesitate to contact us whenever you have time to continueSiewert308SW wrote:Nevermind, can't explain what i mean in english.wez3 wrote:Is domoticz able to display this current usage in a graph?
If so, I would recommend you to do the following:
Open Chrome, turn on inspect > network tab.
Visit the Log page of your Youless device. API calls are visible now to the Domoticz API.
Select the API call you want in Domoboard and fill it into the config. For example:
/json.htm?type=graph&sensor=counter&idx=155&range=week
becomes on our config:
Wekelijks energie verbruik = 155, week, energy
The last options can be one of the following:
"energy"
"gas"
"water"
"counter"
If you can't figure it out with above information, can you share the API call you want to displayed on Domoboard so i can figure out why this should not work in the current setup?
But the current usage like displayed in the widget o de Domoticz dashboard is what i mean.
The graph shows what it is expected to do, year, week only daily isn't working.
Only thing is that the graph in Domoticz shows for 24hr usage per hour total and per 5 min line.
For the current usage i amended the line saying Stroomverbruik TV = 13, plug to my Youless idx
It does show a output but it's the total counter of my Youless not the current usage.
I like the idea of your project and looks promising.
Don't have chrome installed, Already working on it since last night.
For me it's to much work to get it al working as i'm short on time.
Thx for the help and will keep a eye on this thread and when i do have more time i will see what i can do.
Thx for the afford and keep up the good working...
Users browsing this forum: No registered users and 1 guest