Search found 3 matches

by FredJ
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: [LIVE] Web application with groups of devices
Replies: 28
Views: 57990

Re: [LIVE] Web application with groups of devices

Hello Manticus I have been playing around with your TELLDUS_LIVE class. This is exactly what I needed. Thanks! Everything works fine excepte the JSON_Decode return. The return value is always NULL. There seems to be some parsing error. If parse the getBody() result by other means, the expected infor...
by FredJ
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: [LIVE] Web application with groups of devices
Replies: 28
Views: 57990

Re: [LIVE] Web application with groups of devices

With var_dump($result) I get: string(433) " 55071 Fred Home Outdoor_Temp 1342001093 0 1 oregon 96 7200 " With echo htmlentities($result) I get: <?xml version="1.0" encoding="utf-8" ?> <sensor> <id> 55071 </id> <clientName> Fred Home </clientName> <name> Outdoor_Temp </n...
by FredJ
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: [LIVE] Web application with groups of devices
Replies: 28
Views: 57990

Re: [LIVE] Web application with groups of devices

Manticus, you are absolutley right. I totally forgot that I had changed the REQUEST_URI to /xml for previous test applications. And I should have relized this when I saw the XML results (black-out blunder). Now everything works as expected.

Thanks for your support.