Results 99 comments of Adam Outler
trafficstars

I've never seen this. I can't reproduce. You should check your connections. Maybe ask the OEM why it could disconnect.

Not sure how to handle this. I cannot reproduce.

I've been doing all my updates and hearing about this problem and checking every day. I just rechecked. This is the first abnormality I've seen with my unit as of...

Ran my test and expected results through ChatGPT and it provided this. ``` (echo -ne "POST /homeassistant/api/states/sensor.argon_one_addon_fan_speed HTTP/1.1 Authorization: Bearer ${SUPERVISOR_TOKEN} Content-Length: $( echo -ne "${reqBody}" | wc -c )...

So I came up with this replacement method. ``` fanSpeedReportLinear(){ fanPercent=${1} cpuTemp=${2} CorF=${3} icon=mdi:fan reqBody='{"state": "'"${fanPercent}"'", "attributes": { "unit_of_measurement": "%", "icon": "'"${icon}"'", "Temperature '"${CorF}"'": "'"${cpuTemp}"'", "friendly_name": "Argon Fan Speed"}}' exec...

Anyone using this repository should try updating to version 30a AFTER these checks pass and the build system gives a green light. https://github.com/adamoutler/HassOSArgonOneAddon/actions/runs/5825999372 I'll push to the production repo, adamoutler/addons...

Great! Having problems with pushing to production automatically

Looks like hardware failure. You should try the Argon One official script and see if it works. If not, contact Argon Support. If it does work then I have no...