Search found 5 matches

by marcovz
Thursday 25 July 2024 23:41
Forum: Bugs and Problems
Topic: P1 meter connection problems
Replies: 7
Views: 953

P1 meter connection problems

Recently I have some problems with my p1 meter. It is directly connected with usb to the pi hosting domoticz. I got some very high readings and errors in the log file. I have already changed P1 meter cable and used an older back up of the database, but the error remains. domoticz p1 meter.JPG ...
by marcovz
Saturday 19 February 2022 22:58
Forum: Dashticz
Topic: Dashticz 3.9 - master
Replies: 33
Views: 4219

Re: Dashticz 3.9 - master

Hi HansieNL, I deleted again all the cache + cookies on my ipad, and I just tried a basic config.js and custom.js, with only the ip of my domoticz + user/pass, and same bad behaviour: dashboard still not loading on my ipad. PS: my config is working on my computer with the beta+master versions. I ...
by marcovz
Saturday 30 January 2021 15:56
Forum: PHP and all others
Topic: LG TV WebOs 3.0
Replies: 73
Views: 84141

Re: LG TV WebOs 3.0

Looks like a python error in your code at line 341 or 342, the TabError. Python uses indentation which can be tabs or spaces and should be the same in the lines of the code. What did you use to get the indentation? In plugin.py each indent is 4 spaces, so for this new line it should be 8 spaces. Can ...
by marcovz
Friday 29 January 2021 21:05
Forum: Examples & Solutions
Topic: Yamaha Radio CRX N560D control script
Replies: 0
Views: 745

Yamaha Radio CRX N560D control script

I have made a script to control my Yamaha CRX N560D radio which might be useful for others. This radio does not feature the Musiccast protocol but can be controlled over ethernet by http post. For FHEM a Perl module is available with all the commands and status requests. https://github.com/mhop/fhem ...
by marcovz
Friday 29 January 2021 20:45
Forum: PHP and all others
Topic: LG TV WebOs 3.0
Replies: 73
Views: 84141

Re: LG TV WebOs 3.0

I habe this error in log 2020-11-12 00:59:49.946 Error: (tv) 'onHeartbeat' failed 'NameError':'name 'out' is not defined'. 2020-11-12 00:59:49.946 Error: (tv) ----> Line 466 in '/home/pi/domoticz/plugins/Domoticz-LGTV-WebOS-Plugin-master/plugin.py', function onHeartbeat 2020-11-12 00:59:49.946 ...