It was a bit of a pain because, for some reason, node-fetch works perfectly fine for getting data from Endura Delta unit, but it doesn’t work for POST requests to Endura. The same request works fine from a Homey script and Postman, but not from the app.
That’s why I had to use HTTP instead of fetchfor POST requests.
1 Like