Despite reference to REST update, latest 117.4 version still inhibits from running an ordinary REST command. No error message. Variable simply is not available. Rolled back again to 0.116.4 where it runs happily!
- platform: rest
resource: http://xxx.xxx.xxx.xxx:10000/retrieve
method: POST
payload: '{"retrieve_message": {"seqnr": 1,"account_auth": {"user_account": "","mac_address": "xx:xx:xx:xx:xx:xx"},"info": 8}}'
name: room_temp
value_template: '{{ value_json.retrieve_reply.report.room_temp }}'
unit_of_measurement: "°C"
Anyone else running into REST issues? If so, any hints?