Search found 155 matches

by ridewithstyle
12 Dec 2018 13:01
Forum: Discussions in English
Topic: HTTP API for Scene access / error logging
Replies: 14
Views: 15825

Re: HTTP API for Scene access / error logging

Hi there, I finally got some proper developer feedback from 2N, I'll just paste the reply here I have some conclusion for you. As you can see on image below, left side shows communication between 2N IP intercom and 2N IP intercom, so one is server and second is as client. When HTTP command is sent, ...
by ridewithstyle
07 Dec 2018 19:02
Forum: Discussions in English
Topic: HTTP API for Scene access / error logging
Replies: 14
Views: 15825

Re: HTTP API for Scene access / error logging

Hello there, I got feedback from the 2n support. They use digest/nonce for encrypting the password, they do not support unencrypted passwords for security reasons. The 401 reply that z-way sends does not contain a nonce, am I correct? I took a look at the 401 reply and cannot see a hint. Can any of ...
by ridewithstyle
19 Nov 2018 17:02
Forum: Discussions in English
Topic: Send SensorMultilevel unsolicited from controller
Replies: 36
Views: 30754

Re: Send SensorMultilevel unsolicited from controller

thanks for the quick reply, I have a few spirits throughout the house and I am willing to beta test if the need should arise.

Thx, rws
by ridewithstyle
19 Nov 2018 16:40
Forum: Discussions in English
Topic: Send SensorMultilevel unsolicited from controller
Replies: 36
Views: 30754

Re: Send SensorMultilevel unsolicited from controller

Hi there, you are trying to exactly solve my problem. :-) I also want to send unsolicited temp reports to the spirit, so we can modify the value. I took window sensors and the temp report from the spirit and weigehd them with the math module to a sensible value. in theory the app valueovertaker shou...
by ridewithstyle
16 Nov 2018 15:04
Forum: Discussions in English
Topic: HTTP API for Scene access / error logging
Replies: 14
Views: 15825

Re: HTTP API for Scene access / error logging

Update: just for kicks and since they don't seem to have a CURL enabled client, I setup a window powershell script so that 2N can compare how to properly prepare a header for authentication $user = "entrycom" $pass = "password" $pair = "${user}:${pass}" $bytes = [System...
by ridewithstyle
06 Nov 2018 20:18
Forum: Discussions in English
Topic: HTTP API for Scene access / error logging
Replies: 14
Views: 15825

Re: HTTP API for Scene access / error logging

Hi there, I just took a look at the wireshark dump myself and I cannot see the credentials. Shouldn't I be able to see credentials in the GET? 0000 b8 27 eb cf 28 5b 7c 1e b3 02 89 15 08 00 45 00 ¸'ëÏ([|.³.....E. 0010 00 b8 79 e6 00 00 ff 06 bf c3 c0 a8 00 2a c0 a8 .¸yæ..ÿ.¿ÃÀ¨.*À¨ 0020 00 1b fb 54 ...
by ridewithstyle
06 Nov 2018 00:24
Forum: Discussions in English
Topic: HTTP API for Scene access / error logging
Replies: 14
Views: 15825

Re: HTTP API for Scene access / error logging

quick update: the entrycom unit support (2n) claims that they see the call in their tcpdump that I created for them. But they get an 401 error access denied. Is there any way to up the level of z-way logging so I can see what z-way receives as http request?

Best regards,
rws
by ridewithstyle
28 Oct 2018 13:15
Forum: Discussions in English
Topic: HTTP API for Scene access / error logging
Replies: 14
Views: 15825

Re: HTTP API for Scene access / error logging

Yes, I concur. I set up the entrycom so it feeds my syslog server and set the highest debug level. Then I programmed the http trigger as loop to the entrycom and triggerd some audio file. That works and I can see the request in syslog. But if I Target zway, then I can see that the entrycom wants to ...
by ridewithstyle
22 Oct 2018 23:58
Forum: Discussions in English
Topic: HTTP API for Scene access / error logging
Replies: 14
Views: 15825

HTTP API for Scene access / error logging

Hello there, I am currently including my EntryCom VersoIP Doorbell into ZWay. I can already trigger actions within the doorbell unit from zway via http-device app. But what really drives me up the wall is, that I cannot trigger scenes in zway. If I use curl -v -u user:pwd http://192.168.0.27:8083/ZA...
by ridewithstyle
16 Nov 2017 19:23
Forum: Discussions in English
Topic: Eurotronic Spirit external Sensor
Replies: 3
Views: 5631

Re: Eurotronic Spirit external Sensor

Hi there, it doesn't seem to work properly. My average Room Temperature influences the thermostat in some way, but not a good one. In the room where I tried out the virtual thermostat, the thermostat keeps on heating even if the target is set to something around 18°C and temperature reached 24°C. As...