Search found 111 matches

by gordonb3
Sunday 01 January 2023 2:01
Forum: Bash / PowerShell / Batch etc.
Topic: Converting output to Domoticz smart meter
Replies: 16
Views: 1762

Re: Converting output to Domoticz smart meter

Lose the '/?!' line, and the '000' line, and the 'FF(0000)' line. Next, delete the '*255' part in the lines and replace [space] with a '*' i.e. your resulting message should look like this: /ISk5MT171-0133 0-0:C.1.0(47827401) 1-0:0.0.0(47827401) 1-0:0.2.0(V1.0) 1-0:1.8.0(035745*kWh) 1-0:1.8.1(019928 ...
by gordonb3
Friday 17 January 2020 18:22
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: PR compiling on Travis but not on AppVeyor
Replies: 6
Views: 551

Re: PR compiling on Travis but not on AppVeyor

Was actually looking at that piece of code myself as it appeared that the rest of the error reports were sort of bogus with several other (earlier) parts in the code using the exact same syntax. That array definition seems dodgy, to my knowledge you should not reference the indexes while ...
by gordonb3
Friday 17 January 2020 12:43
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: PR compiling on Travis but not on AppVeyor
Replies: 6
Views: 551

Re: PR compiling on Travis but not on AppVeyor

Looks like your syntax is interpreted as C++ lambda functions. Effectively this means that your syntax is wrong, even though it appears to be acceptable to the Gnu compiler.
by gordonb3
Saturday 11 January 2020 17:22
Forum: Evohome
Topic: Evohome does not read zones and values
Replies: 11
Views: 2460

Re: Evohome does not read zones and values

I don't think it picks up the parameter that way...

The log line is a bit strange as well because it indicates a missing ID value for which you should have received an earlier error report.
by gordonb3
Saturday 11 January 2020 10:48
Forum: Other questions and discussions
Topic: What hardware are you using for Domoticz
Replies: 24
Views: 6323

Re: What hardware are you using for Domoticz

i wouldn't really worry about the Pi breaking. It's the SD card that you run from and where you store your data that you should worry about.
by gordonb3
Saturday 11 January 2020 10:46
Forum: Evohome
Topic: Evohome does not read zones and values
Replies: 11
Views: 2460

Re: Evohome does not read zones and values

Does the log still produce the same output? Try start Domoticz with debug enabled: `-debug hardware,normal`
by gordonb3
Friday 10 January 2020 19:14
Forum: Evohome
Topic: Evohome does not read zones and values
Replies: 11
Views: 2460

Re: Evohome does not read zones and values

vertol wrote: Friday 10 January 2020 16:46 My Domoticz version is 4.11590
Seems like you are already on beta channel. You should simply run update.

Let's also not jump to conclusions until we know what the portal is actually responding.
by gordonb3
Friday 10 January 2020 14:01
Forum: Evohome
Topic: Evohome does not read zones and values
Replies: 11
Views: 2460

Re: Evohome does not read zones and values

similar problem https://www.domoticz.com/forum/viewtopic.php?f=34&t=30428&p=230450&hilit=evohome#p230450 Did I understood well it is Domocicz client fault ? It's a combination. The problem originates with the Evohome portal, but depending on your version of Domoticz it is the internal HTTP client ...
by gordonb3
Thursday 09 January 2020 21:55
Forum: Evohome
Topic: Evohome does not read zones and values
Replies: 11
Views: 2460

Re: Evohome does not read zones and values

To start: Your first location is bound to be [0,0,0]. The documentation is not quite clear on what is possible or should be possible in future, but your second location will likely be addressable as [1,0,0], etc. The errors being logged appear to indicate some other issue though. If you enable debug ...
by gordonb3
Wednesday 08 January 2020 23:19
Forum: Other questions and discussions
Topic: What hardware are you using for Domoticz
Replies: 24
Views: 6323

Re: What hardware are you using for Domoticz

Sjonnie2017 wrote: Wednesday 08 January 2020 20:28
If it ain't broken don't fix it :lol:
True, but what do you have in place to actually be able to fix it in the unexpected case that it does break?
by gordonb3
Wednesday 08 January 2020 23:13
Forum: dzVents
Topic: Smart Meter P1 actual usage Fase1, Fase2, Fase3 to Daily total KW
Replies: 23
Views: 6039

Re: Smart Meter P1 actual usage Fase1, Fase2, Fase3 to Daily total KW

You can't. The data is simply not there. What do you mean? I presume the the usage per Fase/Phase shows up as a device per Fase/Phase within your domoticz currently? No. The only per phase data that the P1 telegram will show you is current/instantaneous use, voltage and ampere, all as integer ...
by gordonb3
Wednesday 08 January 2020 22:40
Forum: dzVents
Topic: Smart Meter P1 actual usage Fase1, Fase2, Fase3 to Daily total KW
Replies: 23
Views: 6039

Re: Smart Meter P1 actual usage Fase1, Fase2, Fase3 to Daily total KW

You can't. The data is simply not there.
by gordonb3
Wednesday 08 January 2020 22:37
Forum: Others
Topic: Control Your Harmony Hub with Domoticz (RaspberryPi (Linux))
Replies: 66
Views: 26160

Re: Control Your Harmony Hub with Domoticz (RaspberryPi (Linux))

Any chance of getting that latest code? Assuming that your signature info is correct, upgrade to 4.xxxx? With respect to the script source code, you might want to notice that I archived the XMPP based project and I actually did that over a year ago as the protocol is officially not supported any ...
by gordonb3
Wednesday 08 January 2020 14:56
Forum: Forum feedback
Topic: IP Address Permanently Banned
Replies: 8
Views: 5557

Re: IP Address Permanently Banned

I received a PM but I seems to be unable to reply !?? What is going wrong? You're reputation is regarded as too low by the forum software because you are a new member. This is to protect us from being individually spammed by bots. With regard to your IP being blocked, this site is hosted through ...
by gordonb3
Tuesday 07 January 2020 20:50
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: apache redirect
Replies: 10
Views: 2279

Re: apache redirect

Well, that's not a big mystery. It means that the rewrite is not processed (correctly) and thus it tries to find the file from the URI within the regular web root. Did you try create the internal vhost as suggested in the #3 example? This could help identify whether the issue is caused by some other ...
by gordonb3
Tuesday 07 January 2020 18:04
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: apache redirect
Replies: 10
Views: 2279

Re: apache redirect

Is that a Debian derived system? It's possible that they custom patched the Apache source files to cause a somewhat different behaviour. May also want to double check that you have mod_rewrite included as well, but seeing that long list of proxy (sub)modules that will most likely be the case. One ...
by gordonb3
Monday 06 January 2020 18:50
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: apache redirect
Replies: 10
Views: 2279

Re: apache redirect

I thought you said it was https?

Anyway, I think you may be missing mod_proxy in your configuration.
by gordonb3
Saturday 04 January 2020 22:24
Forum: Installation, Compiling, Permissions, Security and Starting
Topic: apache redirect
Replies: 10
Views: 2279

Re: apache redirect

Change the http root of domoticz by adding command line option `-webroot domoticz` note: this will cause the Domoticz internal webserver to return an error when you call it without referencing that folder as part of the URI Add the following directive to your Apache ssl host configuration ...
by gordonb3
Monday 30 December 2019 21:46
Forum: Heating/cooling
Topic: Evohome goes offline everytime after 15 minutes...
Replies: 6
Views: 667

Re: Evohome goes offline everytime after 15 minutes...

Ah... Yes. If the zone is reported as offline then the until time is not populated and you must specify one when you want to issue a temporary override. In this particular use case the script will indeed fail.
by gordonb3
Monday 30 December 2019 20:57
Forum: Heating/cooling
Topic: Evohome goes offline everytime after 15 minutes...
Replies: 6
Views: 667

Re: Evohome goes offline everytime after 15 minutes...

No worries. Note worthy: your scripts should not have experienced issues since all the commands are being sent through the less fine grained interface.