Search found 111 matches

by Sneezydevil
Tuesday 12 December 2017 13:31
Forum: Other questions and discussions
Topic: HEOS by DENON
Replies: 71
Views: 20440

Re: HEOS by DENON

From what I can tell this is a problem with the remote.

Kodi / LMS users report the same problem:

https://github.com/domoticz/domoticz/issues/1928

Due to a very busy schedule I have not really been able to work on this hardware.
by Sneezydevil
Wednesday 01 February 2017 10:21
Forum: Other questions and discussions
Topic: HEOS by DENON
Replies: 71
Views: 20440

Re: HEOS by DENON

Unfortunately not :( the code for doing this with the URL was ready but my development PC crashed before I could make a pull request.

All the needed code is here:

https://github.com/Sneezydevil/domoticz ... -Favorites
by Sneezydevil
Sunday 25 December 2016 13:33
Forum: Other questions and discussions
Topic: HEOS by DENON
Replies: 71
Views: 20440

Re: HEOS by DENON

... I would like to be able to select my favourites that I can select in the heos app This is almost done, I hope to have it finished in the next few days. I can already request the favorites and play them: { "result" : [ { "Name" : "Q-Music", "cid" : "s2398", "id" : 1 }, { "Name" : "Radio 538 ...
by Sneezydevil
Sunday 25 December 2016 13:29
Forum: PHP and all others
Topic: Pass2PHP
Replies: 1509
Views: 806172

Re: LUA Pass2php

I did several other tests of functions and variables and changed quite a lot in the pass2php script. Each change had about one-tenth of a millisecond improvement giving me a total of almost 2 msec... https://github.com/Egregius/LUA-Pass2PHP-for-Domoticz/commit ...
by Sneezydevil
Tuesday 20 December 2016 14:50
Forum: PHP and all others
Topic: Pass2PHP
Replies: 1509
Views: 806172

Re: LUA Pass2php

But thats with your new way right? It was loading the files that was causing the delay for me, and you no longer do that anyway. Don't think it's worth the hassle for you. I have about 70 devices in use, but that doesn't seem to have alot of impact. If I encode just the changed device it takes 2msec ...
by Sneezydevil
Tuesday 20 December 2016 13:58
Forum: PHP and all others
Topic: Pass2PHP
Replies: 1509
Views: 806172

Re: LUA Pass2php

Very nice, I think soon there is no more room for improvements, haha. For now I am sticking with json and base64. I modified the cjson lua module to do both the json and base64 encoding, and I don't think I can get this much faster. Some results: The old way with base64.lua and json.lua = 38msec ...
by Sneezydevil
Monday 19 December 2016 18:30
Forum: PHP and all others
Topic: Pass2PHP
Replies: 1509
Views: 806172

Re: LUA Pass2php

I am using the same base64 file and it is hard to tell if the json file is the same without the comments. I was at 40-45 msec with those, I then switched to cjson which removed 20msec.
by Sneezydevil
Monday 19 December 2016 16:32
Forum: PHP and all others
Topic: Pass2PHP
Replies: 1509
Views: 806172

Re: LUA Pass2php

In my silly quest for more speed I found little difference between version 2.x (with Opcache) and 3.0 (with Opcache). Without opchache version 3 is even a microfaction slower. I'm looking for a faster way to do the base64 encoding, thats the one thing holding me back at the moment. Out of the 20msec ...
by Sneezydevil
Saturday 17 December 2016 21:14
Forum: Z-Wave
Topic: Qubino Flush 1 Relay ZMNHAD1 I2 input
Replies: 5
Views: 3340

Re: Qubino Flush 1 Relay ZMNHAD1 I2 input

How many devices do you guys have? I have 8th at the moment. 1 Light Switch (I1) 1 Sensor (I2) 1 Sensor (Untested, but I hope its I3) I had to change something in my ozw config, but I am not 100% sure what I changed, I think it was this one: <CommandClass id="48" name="COMMAND_CLASS_SENSOR_BINARY ...
by Sneezydevil
Friday 16 December 2016 10:56
Forum: Other questions and discussions
Topic: HEOS by DENON
Replies: 71
Views: 20440

Re: HEOS by DENON

HEOS should be working again in the latest beta's.

Let me know what features you guys miss the most, so I can prioritise.
by Sneezydevil
Thursday 15 December 2016 11:19
Forum: Other questions and discussions
Topic: HEOS by DENON
Replies: 71
Views: 20440

Re: HEOS by DENON

Thank you, yeah it looks like thats what I expect. Once the new code is in the beta it should start working. Keep you posted.
by Sneezydevil
Wednesday 14 December 2016 19:47
Forum: Other questions and discussions
Topic: HEOS by DENON
Replies: 71
Views: 20440

Re: HEOS by DENON

I found what Denon changed and why it is no longer working, created a pull request with a fix.
by Sneezydevil
Tuesday 13 December 2016 11:11
Forum: Other questions and discussions
Topic: HEOS by DENON
Replies: 71
Views: 20440

Re: HEOS by DENON

... indeed familiar with telnet. Could you try connecting to a speaker, and checking something for me? telnet 10.200.0.149 1255 When connected issue the command: heos://player/get_players That command should return the players in your network, which is for some reason no longer working. If you ...
by Sneezydevil
Tuesday 13 December 2016 8:35
Forum: Other questions and discussions
Topic: HEOS by DENON
Replies: 71
Views: 20440

Re: HEOS by DENON

I didn't notice myself because first my heating stopped working and then I had a leaking roof so haven't had time to play music. Sorry I missed your first post Soulplayer. I downloaded the latest CLI specifications (1.373.100) from HEOS, but that still looks the same (bit more information, but the ...
by Sneezydevil
Tuesday 13 December 2016 8:02
Forum: Other questions and discussions
Topic: HEOS by DENON
Replies: 71
Views: 20440

Re: HEOS by DENON

@Steven84: It used to work, is that correct?

My code hasn't changed so I wonder what is going on. Was it a update to HEOS or Domoticz that made it stop working?
by Sneezydevil
Wednesday 07 December 2016 15:41
Forum: Other questions and discussions
Topic: No Domoticz running afther restart
Replies: 25
Views: 22191

Re: No Domoticz running afther restart

I think by default logging is off, you can enable it by doing this:

Code: Select all

sudo nano /etc/init.d/domoticz.sh
Then remove the # in front of the line that contains -log

Are the rights correct for the folder?

Oh and what does the following tell you?

Code: Select all

sudo /etc/init.d/domoticz.sh restart
by Sneezydevil
Thursday 01 December 2016 11:35
Forum: Z-Wave
Topic: Firmware updates
Replies: 3
Views: 3055

Re: Firmware updates

OTA (Over the air) updates is a feature that was added in zwave plus (Gen 5).

I don't think Openzwave supports this.

But I did find this for a MultiSensor6:

https://aeotec.freshdesk.com/support/so ... 1-02-2016-
by Sneezydevil
Thursday 01 December 2016 10:19
Forum: Other questions and discussions
Topic: HEOS by DENON
Replies: 71
Views: 20440

Re: HEOS by DENON

I don't think the setup button should be there at all, since there is nothing to setup other then the ip.

Will add that to my todo list.

Does it working apart from the button doing nothing?

//Edit

You should be able to see the IP in the HEOS app on your phone.
by Sneezydevil
Wednesday 30 November 2016 14:59
Forum: PHP and all others
Topic: Pass2PHP
Replies: 1509
Views: 806172

Re: LUA Pass2php

I use pass2php with memcached to hold some states. I am pretty sure Egregius uses memcached aswell but did not dive into his code to check what for.
by Sneezydevil
Tuesday 29 November 2016 22:37
Forum: Other questions and discussions
Topic: HEOS by DENON
Replies: 71
Views: 20440

Re: HEOS by DENON

Changing the appcache file should not be needed in the recent versions.

Is there no IP field (Below all the hardware) when the hardware is selected?