Hi, I've got problem with Z-Wave.me (on raspberry Pi) and this ST814. After inclusion, it didn't get any informations... : "Interview is not complete yet. You probably have to wake up the device"
Finally, I got "interview failed after several attempts"...
Even if i wake it up, it don't work.
I gotincluded another switch module of everspring (AB157) without any problem...
Rpi restarted, still the same problem..
If anyone can help me.... Here are the details of the device :
Device description
Node Id: 2
Name: Device 2
Zone: Not placed in a zone
Custom device type:
Brand: Everspring
Device type: Routing Multilevel Sensor
Product: ST814
Description: Temperature/Humidity Sensor
To (re-)include: Tripple press C/F button
To wake up: Stays awake for 10 min. after inclusion, tripple click on C/F
Documents:
Interview stage: Interview is not complete yet. You probably have to wake up the device
+ +++ .++.++ . .
Device state: Device is currently sleeping
Number of packets to be sent: Per-device job counter is disabled
Application version: 1.6
SDK version: 5.02 pl2
Associations
Battery Status and Sensor Report (Maximum allowed nodes: 1, updated 19:02)
RaZberry
Sensor Triggered (Maximum allowed nodes: 3, updated 19:02)
RaZberry
Configurations
1. Basic Level Set : Disable Use value
Updated: 19:16
Default value: 99
Set basic set value to be on or off
2. Temperature Trigger ON value : Trigger On on Trigger On on Disable
Updated: 19:16
Default value: 99
Temperature level when a ON command is sent out
3. Temperature Trigger OFF value : Trigger Off on Trigger Off on Disable
Updated: 19:16
Default value: 99
Trigger Temperature level when a OFF command is sent out
4. Humidity Trigger ON value : Trigger On on Disable
Updated: 19:16
Default value: 99
Humidity level when a ON command is sent out
5. Humidity Trigger OFF value : Tigger Off on Disable
Updated: 19:16
Default value: 99
Humidity level when a OFF command is sent out
6. Auto Report Time : Disable Auto report periodically
Updated: 19:16
Default value: 0
Sets the time interval when a sensor report is sent
7. Auto Report Temperature : Disabled Auto report on temp. change
Updated: 19:16
Default value: 0
Sets the temperature change causing a sensor report
8. Auto Report Humidity : Disable Auto report on humidity change
Updated: 19:16
Default value: 0
Sets the humidity change causing a sensor report
Wakeup notifications
Wakeup time, seconds(300)
to Node
Updated: 19:02
Actions with configurations
Configurations are applied only after you send them to the device
The device is battery powered. New configurations would be applied after manual or next scheduled wakeup at 19:21
Everspring ST814 - Autoreport of sensor data not working
Being new in the Zwave world,
Being new in the Zwave world, I need help to correct the specific implementation of its updates...
My Razberry doesn't receive update (at least in expert portal). The humidity information is updated on mobile view.. Strange !
I have the same problems as "SpamNeinDanke" concerning Parameters update time. Somes are good (only two), all others are in red (with an old time value).
Concernant the JS code that you have writen, is it fully fonctionnal or have I to adapt it ? I imagine that I have to remplace X by the number of my device ? And that's it ?
Thank you for your help... For the moment, this module on razberry is verry poor fonctionnally speaking...
My Razberry doesn't receive update (at least in expert portal). The humidity information is updated on mobile view.. Strange !
I have the same problems as "SpamNeinDanke" concerning Parameters update time. Somes are good (only two), all others are in red (with an old time value).
Concernant the JS code that you have writen, is it fully fonctionnal or have I to adapt it ? I imagine that I have to remplace X by the number of my device ? And that's it ?
Thank you for your help... For the moment, this module on razberry is verry poor fonctionnally speaking...
Basicallyl it should work
Basicallyl it should work after substituting X by the device ID
Not that this device has a
Not that this device has a bug - it was reported many times with Z-Cloud:
this device mixes up two channels and always replies from the first. And if you request both temperature and humidity you will get only one reply and you never know which...
The only workaround is to ask for reports one by one
this device mixes up two channels and always replies from the first. And if you request both temperature and humidity you will get only one reply and you never know which...
The only workaround is to ask for reports one by one
-
- Posts: 2
- Joined: 08 Sep 2013 14:32
ST814
Hello, can you tell me in wich file i've got to include the JS fix to have the values automatically update in the UI.
Thanks a lot.
Thanks a lot.
Re: Everspring ST814 - Autoreport of sensor data not working
without sounding too dumb, would it be possible to explain how?The only workaround is to ask for reports one by one
I tried using the web API, but it has no effect whatsoever (it just gives me the last result, even if that is days ago)
I now just do this in a browser:
Code: Select all
http://192.168.10.79:8083/ZWaveAPI/Run/devices[6].instances[2].commandClasses[49].data[5].val
http://192.168.10.79:8083/ZWaveAPI/Run/devices[6].instances[0].commandClasses[49].data[1].val
SO I apologize for this likely very silly question, but how do I get a single question to the ST814?
Re: Everspring ST814 - Autoreport of sensor data not working
Please read doc. These requests just read value stored on the server (Z-Way) side. To send a Get request you need to execute
Code: Select all
http://192.168.10.79:8083/ZWaveAPI/Run/devices[6].instances[2].commandClasses[49].Get()