Search found 80 matches

by Nautilus
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: fuTelldus - PHP application for sensor-logging
Replies: 184
Views: 455033

Re: fuTelldus - PHP application for sensor-logging

I've updated the script and modified it a bit. 1. Added so you can see history of devices. 2. Added so you can see more sensor info if you click on the specified sensor on sensor page. 3. Added support for notification on device changed state. 4. Added support for push notifications where you befor...
by Nautilus
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Any possibility to find out channel from sensor ID?
Replies: 1
Views: 4862

Any possibility to find out channel from sensor ID?

Hi, I had an Esic temp/humidity sensor in my greenhouse last summer (with sensor value logging to a database), now I'd like to set it up again. In the database I have the sensor ID but I cannot remember the channel any more. Telldus recognizes it as a Mandolyn protocol and this particular sensor has...
by Nautilus
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: fuTelldus - PHP application for sensor-logging
Replies: 184
Views: 455033

Re: fuTelldus - PHP application for sensor-logging

I've now uploaded my new mod of fuTelldus to GitHub. It's still in the test-phase. the new mod is available on: https://github.com/csom/fuTelldus please contribute with tips and new functions you'd like and issues you stumble upon. /BR Pär. Works nicely, thanks! I noted that the api returns dummy h...
by Nautilus
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: fuTelldus - PHP application for sensor-logging
Replies: 184
Views: 455033

Re: fuTelldus - PHP application for sensor-logging

I noted that the api returns dummy hour / minute for some of the schedules in schedule/joblist. Ok, the answer was that if type is "sunrise" / "sunset" it will not have any meaningful values in "hour" or "minute". In case it is active schedule, the next run t...
by Nautilus
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: fuTelldus - PHP application for sensor-logging
Replies: 184
Views: 455033

Re: fuTelldus - PHP application for sensor-logging

It's possible to sort the list by id/name/days. Now the list is sorted by the next job scheduled to run on the top and chronological order ascending.. Does the api return the list in this order or where does the sorting happen? I guess I need to build some condition that if type = sunset / sunrise ...
by Nautilus
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: fuTelldus - PHP application for sensor-logging
Replies: 184
Views: 455033

Re: fuTelldus - PHP application for sensor-logging

I'll look into it and try it out. I've updated the event-page and it's now uploaded on gitHub. It now shows the next time the schedules suppose to run instead of planned hour:minute. Thanks! Gives mcuh more meaningful times now :) The next run time could be set to N/A for inactive schedules if furt...
by Nautilus
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: fuTelldus - PHP application for sensor-logging
Replies: 184
Views: 455033

Re: fuTelldus - PHP application for sensor-logging

...application in your pushover account to link with futelldus Thanks for the comments. I'll enable the logging to see if it catches anything there. Meanwhile, does this tell anything that why curl would not work: cURL support enabled cURL Information 7.21.0 Age 3 Features AsynchDNS No Debug No GSS...
by Nautilus
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: fuTelldus - PHP application for sensor-logging
Replies: 184
Views: 455033

Re: fuTelldus - PHP application for sensor-logging

Hi, the direct pushover work fine and I can also get a push notification by setting the provided email address as a recipient. I tried further debugging by adding $info = curl_getinfo($ch); print_r ($info); Below is the output: Array ( [url] => https://api.pushover.net/1/messages.json [content_type]...
by Nautilus
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: Any possibility to find out channel from sensor ID?
Replies: 1
Views: 4862

Re: Any possibility to find out channel from sensor ID?

For anyone who might be interested, here's a reply from the support: Telldus answers: 2015-05-15 - 17:32 Hi, The ID visible on the sensor edit page is deduced partly from the channel, but also from another ID ("random sensor id") sent out from the sensor. It's possible that that id is chan...
by Nautilus
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: fuTelldus - PHP application for sensor-logging
Replies: 184
Views: 455033

Re: fuTelldus - PHP application for sensor-logging

I just followed their manual and I can't see what could be wrong? It turned out I was on the right track with the certificate thoughts. I tested with curl_errno() and got: error:SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:...
by Nautilus
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: fuTelldus - PHP application for sensor-logging
Replies: 184
Views: 455033

Re: fuTelldus - PHP application for sensor-logging

Hi, I found a couple of potential bugs, or at least stuff that I needed to modify to get it working for my setup. mainpage.php (row 114): echo "<a href='?page=chart&id=$sensorID'><img style='height:16px;' src='../images/chart_line.png' /> {$lang['View chart']}</a>"; I assume the link s...
by Nautilus
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: I now control lights and my garage door, next step?
Replies: 13
Views: 17919

Re: I now control lights and my garage door, next step?

Hi, I'm testing garage door controlling with Nexa EJLR-1000 and it works quite well. I firs installed it as a wireless doorbell, then after reading the manual a bit more carefully, as the normal self learning on/off (in the end I guess it does not matter which you use). The manual says that for mome...
by Nautilus
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: I now control lights and my garage door, next step?
Replies: 13
Views: 17919

Re: I now control lights and my garage door, next step?

http://robertan.com/home/2015/05/10/open-garage-port-with-telldus/ "But I’m struggling to see how I can add the RX Multi with a house code, as the RX-Multi only has one option to configure it, “Learning-mode”." I guess you can just set up the Code Switch doorbell with any house code / cha...
by Nautilus
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: fuTelldus - PHP application for sensor-logging
Replies: 184
Views: 455033

Re: fuTelldus - PHP application for sensor-logging

The link to the chart should be right because the file in the inc-folder is called chart.php under the public sub-folder. I assume that it's the public mainpage.php you are referring to, right? Hi, I was referring to the private mainpage. I thought the link was meant to go the the chart_sensor.php ...
by Nautilus
Fri Mar 17, 2023 9:45 am
Forum: General
Topic: fuTelldus - PHP application for sensor-logging
Replies: 184
Views: 455033

Re: fuTelldus - PHP application for sensor-logging

The codeline you are referring to is not present in the private mainpage it's only present in the public page. And the public page's chart is called chart.php so therefor the link is right. And that chart.php requires the "id" set because it's presenting just one sensor and not combined v...