#radmon curl command problem
1 messages · Page 1 of 1 (latest)
he stcuture is like this :
curl http://radmon.org/radmon.php?function=submit&user=xxxxx&password=yyyy=CPM&value=19
the value field need to be replaces with a sensor value. Of course I tried
redmon curl command problem
radmon curl command problem
curl -k http://radmon.org/radmon.php?function=submit&user=xxxxx&password=yyyy=CPM&value={{(states.sensor.station_meteo_compteur_geiger.state|int|string)}}
or
curl -k http://radmon.org/radmon.php?function=submit&user=xxxxx&password=yyyy=CPM&value= --data-urlencore "{{(states.sensor.station_meteo_compteur_geiger.state|int|string)}}`"
Ok I found the solution