-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Description
Simply using the ratgdo-logger.sh logger script with the ratgdo esphome firmware fails during identification.
The HEAD HTTP method does not seam to be implemented on in firmware.
ratgdo-logger.sh: https://github.com/ratgdo/remote-logging/blob/2a08a83e1efa330fcb89308a62e1c11a92bf69b8/ratgdo-logger.shFirmware Version:2025.11.2 Nov 30 2025, 22:10:36
user@host:~/ratgdo-logging$ ./ratgdo-logger.sh 192.168.123.71
Pinging 192.168.55.70...
✅ Host 192.168.55.70 is reachable.
Checking firmware type...
❌ unknown firmware type
user@host:~/ratgdo-logging$ curl --head -s -o /dev/null -w "%{http_code}" "http://192.168.123.71/events"; echo
405
user@host:~/ratgdo-logging$ curl --head -s -w "%{http_code}" "http://192.168.123.71/events"; echo
HTTP/1.1 405 Method Not Allowed
Content-Type: text/html
Content-Length: 45
405
user@host:~/ratgdo-logging$ timeout 1 curl -s -w "%{http_code}" "http://192.168.123.71/events"; echo
retry: 30000
id: 569592442
event: ping
data: {"title":"Garage Door - Right","comment":"","ota":true,"log":true,"lang":"en"}
event: state
data: {"id":"binary_sensor-motion","name":"Motion","icon":"","entity_category":0,"value":false,"state":"OFF"}
...Metadata
Metadata
Assignees
Labels
No labels