Yes i do believe for now that would be the only way…
hue.hue_get_scene would be way more convenient ;-()(
Ive posted on the Hue api developers forum, maybe they can point to a solution
taking a deep dive into the api call results now:
searching for the bri":94,“hue”:1382,“sat”:234,“ct”:153 arguments and matching these to a scene setting seems possible…
'7MyIlJMBKGvNBTO': {'name': 'Relax', 'lights': ['1', '2', '3', '4', '5', '6', '7', '8', '9'], 'owner': 'W5BalDNEw-VSc07ddGOnT7Wt0v7z9h12P83-MgtB', 'recycle': True, 'locked': False, 'appdata': {'version': 1, 'data': '00001_r00_d01'}, 'picture': '', 'lastupdated': '2018-01-19T14:05:21', 'version': 2},
'kPFcNzSXZ5I3f2P': {'name': 'Read', 'lights': ['1', '2', '3', '4', '5', '6', '7', '8', '9'], 'owner': 'W5BalDNEw-VSc07ddGOnT7Wt0v7z9h12P83-MgtB', 'recycle': True, 'locked': False, 'appdata': {'version': 1, 'data': '00002_r00_d02'}, 'picture': '', 'lastupdated': '2018-01-19T14:05:23', 'version': 2},
'SCphcjZwFWQwGHx': {'name': 'Concentrate', 'lights': ['1', '2', '3', '4', '5', '6', '7', '8', '9'], 'owner': 'W5BalDNEw-VSc07ddGOnT7Wt0v7z9h12P83-MgtB', 'recycle': True, 'locked': False, 'appdata': {'version': 1, 'data': '00003_r00_d03'}, 'picture': '', 'lastupdated': '2018-01-19T14:05:24', 'version': 2},
'CK-FySAVrJGxmWQ': {'name': 'Energize', 'lights': ['1', '2', '3', '4', '5', '6', '7', '8', '9'], 'owner': 'W5BalDNEw-VSc07ddGOnT7Wt0v7z9h12P83-MgtB', 'recycle': True, 'locked': False, 'appdata': {'version': 1, 'data': '00004_r00_d04'}, 'picture': '', 'lastupdated': '2018-01-19T14:05:25', 'version': 2},
and
per light:
{"1":{"state":{"on":false,"bri":94,"hue":1382,"sat":234,"effect":"none","xy":[0.6411,0.3332],"ct":153,"alert":"none","colormode":"xy","mode":"homeautomation","reachable":true},"swupdate":{"state":"noupdates","lastinstall":"2017-12-18T07:24:35"},"type":"Extended color light","name":"Dining corner","modelid":"LCT015","manufacturername":"Philips","capabilities":{"certified":true,"streaming":{"renderer":true,"proxy":true}},"uniqueid":"00:17:88:01:03:03:93:d5-0b","swversion":"1.29.0_r21169","swconfigid":"3416C2DD","productid":"Philips-LCT015-1-A19ECLv5"},
"2":{"state":{"on":false,"bri":64,"hue":1386,"sat":234,"effect":"none","xy":[0.6410,0.3332],"ct":153,"alert":"none","colormode":"xy","mode":"homeautomation","reachable":true},"swupdate":{"state":"noupdates","lastinstall":"2017-12-16T17:46:10"},"type":"Extended color light","name":"Kist","modelid":"LCT015","manufacturername":"Philips","capabilities":{"certified":true,"streaming":{"renderer":true,"proxy":true}},"uniqueid":"00:17:88:01:03:7f:3a:86-0b","swversion":"1.29.0_r21169","swconfigid":"3416C2DD","productid":"Philips-LCT015-1-A19ECLv5"},
etc etc
the scenes apply to groups of course, but in the groups configuration in Hue Api, there’s no mentioning of scenes either…?