Call Service problem

I am trying to set automations to simply turn on and off my zwave lights according to time.

I thought I would try to create the action and call it, but nothing happens.

Here is the dashboard:

And I enter this and after call service, I get a dialog that says it turned on light, but the light does not come on.

well you use the light domain to turn on a switch entity… :smiley:
I am not a zwave expert, but I think this might be your problem. Try using the switch domain, service turn_on and keep the service data

No joy changing to switch domain.

If hover over a lamp in states, I see

sentCnt
22
new entity id
zwave.table_lamp_2
is zwave plus
false
manufacturer name
GE
product name
45602 Lamp Dimmer Module
retries
0
lastResponseRTT
25
receivedCnt
14
is ready
true
lastRequestRTT
18
receivedUnsolicited
0
receivedTS
2017-09-19 17:14:36:050
node name
Table Lamp 2
receivedDups
0
capabilities
beaming, listening, routing
is failed
false
averageResponseRTT
24
is info received
true
sentTS
2017-09-19 17:14:36:025
node id
4
neighbors
1, 2, 7, 9, 11, 15
max baud rate
40000
is awake
true
query stage
Complete
old entity id
zwave.table_lamp_2_4
averageRequestRTT
18
sentFailed
0

I assume that “zwave.table_lamp_2” is the entity ID.
In service I enter Domain: Light, Service turn_on, Service Data
{“entity_id”: “zwave.table_lamp_2”}

It says it turns on lamp, but it does not.