Search found 4 matches
- Saturday 19 February 2022 22:58
- Forum: Dashticz
- Topic: Dashticz 3.9 - master
- Replies: 33
- Views: 4744
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 ...
- Saturday 30 January 2021 15:56
- Forum: PHP and all others
- Topic: LG TV WebOs 3.0
- Replies: 73
- Views: 88953
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 ...
In plugin.py each indent is 4 spaces, so for this new line it should be 8 spaces ...
- Friday 29 January 2021 21:05
- Forum: Examples & Solutions
- Topic: Yamaha Radio CRX N560D control script
- Replies: 0
- Views: 820
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 ...
- Friday 29 January 2021 20:45
- Forum: PHP and all others
- Topic: LG TV WebOs 3.0
- Replies: 73
- Views: 88953
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 ...