Hello, everybody.
Help me, please, in solving my problem.
Yesterday I bought Fibaro. Added it to the zwave network. I did everything as written here. Fibaro Swipe Gesture Sensor (FGGC001) Behind Picture Frame 😎
-
Has stopped hassio.
-
Added the code to the files zwcfg_XXX1.xml and zwcfg_XXX2.xml. I have them for some reason two.
<CommandClass id="91" name="COMMAND_CLASS_CENTRAL_SCENE" version="1" request_flags="4" innif="true" scenecount="0"> <Instance index="1" /> <Value type="int" genre="system" instance="1" index="0" label="Scene Count" units="" read_only="true" write_only="false" verify_changes="false" poll_intensity="0" min="-2147483648" max="2147483647" value="0" /> <Value type="int" genre="user" instance="1" index="1" label="Swipe Up Scene" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="-2147483648" max="2147483647" value="0" /> <Value type="int" genre="user" instance="1" index="2" label="Swipe Down Scene" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="-2147483648" max="2147483647" value="0" /> <Value type="int" genre="user" instance="1" index="3" label="Swipe Left Scene" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="-2147483648" max="2147483647" value="0" /> <Value type="int" genre="user" instance="1" index="4" label="Swipe Right Scene" units="" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="-2147483648" max="2147483647" value="0" /> </CommandClass>
-
Start hassio.
-
Created automation.
- id: ‘1535455531873’
alias: Swipe Up - toggle Bar lamp
trigger:- event_data:
entity_id: zwave.fibaro_system_fggc001_swipe
scene_id: ‘1’
event_type: zwave.scene_activated
platform: event
condition: []
action: - data:
entity_id: switch.wenzhou_tkb_control_system_tz79_power_meter_relay_switch_switch
service: switch.toggle
- event_data:
But nothing happens. The light does not turn on. I found in the log following - “No ValueID created for Scene 1”
Below I enclose the log:
2018-08-29 00:21:41.176 Info, Node023, Sending (WakeUp) message (Callback ID=0xf2, Expected Reply=0x13) - WakeUpCmd_NoMoreInformation (Node=23): 0x01, 0x09, 0x00, 0x13, 0x17, 0x02, 0x84, 0x08, 0x25, 0xf2, 0xab
2018-08-29 00:21:41.184 Detail, Node023, Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2018-08-29 00:21:41.185 Detail, Node023, ZW_SEND_DATA delivered to Z-Wave stack
2018-08-29 00:21:41.200 Detail, Node023, Received: 0x01, 0x05, 0x00, 0x13, 0xf2, 0x00, 0x1b
2018-08-29 00:21:41.200 Detail, Node023, ZW_SEND_DATA Request with callback ID 0xf2 received (expected 0xf2)
2018-08-29 00:21:41.200 Info, Node023, Request RTT 23 Average Request RTT 23
2018-08-29 00:21:41.200 Info, Node023, Node 23 has been marked as asleep
2018-08-29 00:21:41.200 Detail, Expected callbackId was received
2018-08-29 00:21:41.200 Detail, Expected reply was received
2018-08-29 00:21:41.200 Detail, Message transaction complete
2018-08-29 00:21:41.200 Detail,
2018-08-29 00:21:41.200 Detail, Node023, Removing current message
2018-08-29 00:21:41.200 Detail, Node023, Notification: Notification - Node Asleep
2018-08-29 00:22:23.053 Detail, Node023, Received: 0x01, 0x0b, 0x00, 0x04, 0x00, 0x17, 0x05, 0x5b, 0x03, 0x34, 0x00, 0x02, 0x8c
2018-08-29 00:22:23.053 Detail,
2018-08-29 00:22:23.053 Info, Node023, Received Central Scene set from node 23: scene id=2 in 0 seconds. Sending event notification.
2018-08-29 00:22:23.053 Warning, Node023, No ValueID created for Scene 2
2018-08-29 00:22:26.271 Detail, Node023, Received: 0x01, 0x0b, 0x00, 0x04, 0x00, 0x17, 0x05, 0x5b, 0x03, 0x35, 0x00, 0x01, 0x8e
2018-08-29 00:22:26.271 Detail,
2018-08-29 00:22:26.271 Info, Node023, Received Central Scene set from node 23: scene id=1 in 0 seconds. Sending event notification.
2018-08-29 00:22:26.271 Warning, Node023, No ValueID created for Scene 1
2018-08-29 00:25:23.108 Detail, Node023, Received: 0x01, 0x0b, 0x00, 0x04, 0x00, 0x17, 0x05, 0x5b, 0x03, 0x36, 0x00, 0x01, 0x8d
2018-08-29 00:25:23.108 Detail,
2018-08-29 00:25:23.108 Info, Node023, Received Central Scene set from node 23: scene id=1 in 0 seconds. Sending event notification.
2018-08-29 00:25:23.109 Warning, Node023, No ValueID created for Scene 1
2018-08-29 00:25:48.222 Detail, Node023, Received: 0x01, 0x0b, 0x00, 0x04, 0x00, 0x17, 0x05, 0x5b, 0x03, 0x37, 0x00, 0x02, 0x8f
2018-08-29 00:25:48.222 Detail,
I checked the scene through the Events section
Entered the data:
zwave.scene_activated
{
“entity_id”: “zwave.fibaro_system_fggc001_swipe”,
“scene_id”: “1”
}
Automation works perfectly. But why does not Fibaro Swipe work? I have no understanding. Help me, please, you are my last hope.
A bit about the configuration:
hassio 0.76.2, Raspberry PI + Everspring USB dongle