haltmann
(Herbert Altmann)
December 19, 2016, 9:28am
1
Hello,
i have the Vision ZM1601 Siren in my OH2 installation. Unfortunately it exposes only the switch item to OH2. Bevor that, i used OH1.8 and there the batterystate was also an item. Could i do anything to see the batterystate of the device in OH2?
Many thanks,
Herbert
haltmann
(Herbert Altmann)
December 28, 2016, 9:14pm
2
Hello,
no one who could help me?
DocFraggle
(Christian Hailer)
December 28, 2016, 10:10pm
3
Hi,
as I can see in the Zwave database the battery channel is configured:
<?xml version="1.0" encoding="UTF-8"?>
<thing:thing-descriptions bindingId="zwave"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:thing="http://eclipse.org/smarthome/schemas/thing-description/v1.0.0"
xsi:schemaLocation="http://eclipse.org/smarthome/schemas/thing-description/v1.0.0
http://eclipse.org/smarthome/schemas/thing-description/v1.0.0">
<thing-type id="vision_zm1601_00_000" listed="false">
<label>ZM1601 Battery Operated Siren</label>
<description>Battery Operated Siren</description>
<!-- CHANNEL DEFINITIONS -->
<channels>
<channel id="switch_binary" typeId="switch_binary">
<label>Switch</label>
<properties>
<property name="binding:*:OnOffType">SWITCH_BINARY,BASIC</property>
</properties>
</channel>
<channel id="alarm_general" typeId="alarm_general">
This file has been truncated. show original
In OH2 you have to use the battery channel like this:
Number Siren_Battery "Siren Battery: [%d %%]" <energy> (Group) { channel="zwave:device:abcdefgh:node123:battery-level" }
Regards, Christian
haltmann
(Herbert Altmann)
January 5, 2017, 11:51am
4
Hello Christian,
thanks for your reply, my problem is that i dont see this channel in my thing after the autodiscovery. Nevertheless i try it on your way!
Herbert
DocFraggle
(Christian Hailer)
January 5, 2017, 12:43pm
5
Are you running the latest snapshot?
One more thing to try is deleting and rediscovering the thing.
Ah, and mybe this: some channels are hidden until you click the “Show more” button… don’t know why
Before:
After clicking:
Maybe it’s just that simple
haltmann
(Herbert Altmann)
January 5, 2017, 1:23pm
6
Hello CHristian,
thanks for your reply, but i am aware of the SHOW MORE button. Sadly there isnt this button at this thing:
Also i am using the snapshot from 3rd january and have deleted and rediscoverd it, but nothing helps. The switch is the only channel that appear.
Herbert
haltmann
(Herbert Altmann)
January 5, 2017, 1:25pm
7
At the moment of writing the reply, i see, that my siren is falsely detected, becuse it shows as a ZM1602 but it is a ZM1601!!! How can i change this?
Herbert
Exclude it and include again, I guess