Search found 2 matches
- 25 Oct 2015 21:59
- Forum: RaZberry
- Topic: ZWave API authentication
- Replies: 6
- Views: 14192
Re: ZWave API authentication
I answered my own question after further searching the board and experimenting. I found another post with some example javascript that helped (http://forum.z-wave.me/viewtopic.php?f=3419&t=21931&p=57704&hilit=authentication#p57704). My problem was I needed to use the "Cookie" h...
- 25 Oct 2015 21:46
- Forum: RaZberry
- Topic: ZWave API authentication
- Replies: 6
- Views: 14192
Re: ZWave API authentication
I'm trying to access data over the HTTP interface and am stuck on authentication. I tried the ZAutomation suggestion above, but it didn't work for me. I may not understand how to use the cookie. I sent the following HTTP command: POST /ZAutomation/api/v1/login HTTP/1.1 Accept: application/json Conte...