My question I have is how do I insert the actual sensor data into this process? I have tried defining the sensor in the Rest command, tried to define the sensor in the Developer Tools end. I am at a loss. any help would be appreciated.
Are you asking how to make a sensor from the REST data? For that you would create a “template sensor” which state would be the data from your REST command.
Or are you trying to POST data to another server? Try adding method: POST to your acurite definition.
Ok Thanks!! It now works. I guess my problem was trying to figure out the correct syntax. I can now set up an automation or other method to send Acurite temperature and humidity data to my SQL server database.