HTTP (not HTTPS) POST problems

Cimba

New member
Hello,

maybe someone knows the ulanzi pixel clock.

I want to send text via HTTP PUT with Macrodroid.

The firmware Awtrix Light is already installed.

The problem: the device can only do HTTP (without S) and in Macrodroid I get the errors "java.net.ConnectException: Failed to connect to 192.168.1.111:443" and when forcing with 192.168.1.111:80 "javax.net .ssl.SSLHandshakeException: Connection closed by peer".

It would be great if someone could help me to do it.

Here is the link to the firmware and the http API: https://blueforcer.github.io/awtrix-light/#/api

Is there e.g. a possibility with the header parameters?

Greetings, Cimba
 
Last edited:

Dimlos

Well-known member
I'm not sure why, but after trying various things it started accepting commands normally.
I may be wrong, but I think it started working after rebooting with the AwtrixLight app.
I was able to display the message by using the IP address as shown on the screen and writing JSON in the ContentBody.
 

Attachments

  • IP Address.jpg
    IP Address.jpg
    282.3 KB · Views: 7
  • Macro.jpg
    Macro.jpg
    329.4 KB · Views: 7
  • ContentBody.jpg
    ContentBody.jpg
    203.8 KB · Views: 6
  • Application.jpg
    Application.jpg
    238.6 KB · Views: 7
Top