Page 3 of 3
Re: New web site tellmon.net
Posted: Fri Mar 17, 2023 9:45 am
by simonbove
I love the new design

Re: New web site tellmon.net
Posted: Fri Mar 17, 2023 9:45 am
by paaland
I am in the process of implementing support for rollers (up/down) devices. As I don't own one of these myself I have to ask someone that does to try it out.
Can you please logon to Tellmon test site at
http://test.tellmon.net and have a try to control your roller devices.
Thank you
Re: New web site tellmon.net
Posted: Fri Mar 17, 2023 9:45 am
by simonbove
paaland wrote:I am in the process of implementing support for rollers (up/down) devices. As I don't own one of these myself I have to ask someone that does to try it out.
Can you please logon to Tellmon test site at
http://test.tellmon.net and have a try to control your roller devices.
Thank you
it is working with the relays im controlling with a roller remote

Re: New web site tellmon.net
Posted: Fri Mar 17, 2023 9:45 am
by lioelec
lioelec wrote:Hi
Could you add a function to include Wireless energy meter to
http://foogadgets.tictail.com/product/w ... ergy-meter ?
This product convert blink to temperature ; ie : receive to 344.5°C corresponds 3445 blinks x 0.001 KW/h = 3.45 KW/h display on tellmon.net.
Hello
I'm happy to see now Wireless energy meter is included on tellmon.net !!
regards
Re: New web site tellmon.net
Posted: Fri Mar 17, 2023 9:45 am
by paaland
Hello all
I've added experimental support for email alerts on sensor values. Login and try under "Settings / Alerts".
Re: New web site tellmon.net
Posted: Fri Mar 17, 2023 9:45 am
by loa46
Have tried to putin an alert, but of course i put in wrong temperaturesettings.
I then realized that the edit- and delete-function didn't work in firefox.
Re: New web site tellmon.net
Posted: Fri Mar 17, 2023 9:45 am
by paaland
loa46 wrote:Have tried to putin an alert, but of course i put in wrong temperaturesettings.
I then realized that the edit- and delete-function didn't work in firefox.
Thanks for letting me know. I really need to test more using Firefox

I'll give you a shout then it's fixed.
Re: New web site tellmon.net
Posted: Fri Mar 17, 2023 9:45 am
by paaland
loa46 wrote:Have tried to putin an alert, but of course i put in wrong temperaturesettings.
I then realized that the edit- and delete-function didn't work in firefox.
Try now.
Re: New web site tellmon.net
Posted: Fri Mar 17, 2023 9:45 am
by lioelec
Hello
I use Wirelless energy meter on tellmon.net.
1)I note on my energy meter 1Wh/blink so I need to put 100 Watt-hours per blink to display correst value.
2)I note value seem to be don't correct on high value : Max counter 9Kw > display peek more 10kw.
https://picasaweb.google.com/lh/photo/W ... directlink
regards
Re: New web site tellmon.net
Posted: Fri Mar 17, 2023 9:45 am
by paaland
There was a bug with high values that has now been fixed. Have a check now.
Re: New web site tellmon.net
Posted: Fri Mar 17, 2023 9:45 am
by lioelec
Hello
It seems be correct, I will confirme that.
I think it will be more noticeable if you can add 1/2 DAY ; 1/4 DAY 1/3 DAY buttons to display curves.
regards
Re: New web site tellmon.net
Posted: Fri Mar 17, 2023 9:45 am
by polarbearNO
paaland wrote:For now you can toggle your devices on and off as well as see the current values of sensors. I'm using Telldus's push API so that sensor values are automatically pushed to the web site and you can see a graph of how the values has changed over time.
Where did you find details on the push API? I'm trying to make my own implementation of power consumption logging, but I don't know how I can make Telldus Live push the values. I've been using a 5-minute cron job for temperature sensor logging, but using cron for a request script which runs every minute seems a bit over the top...?
Re: New web site tellmon.net
Posted: Fri Mar 17, 2023 9:45 am
by paaland
You'll need to contact Telldus support and supply the URL you want push to be sent to. It will be in the form of normal HTTP POST form data.
Once they have activated your push support you'll need to call client/setPush to activate or deactive push for a given client.
See the API explorer for more info:
http://api.telldus.com/explore/client/setPush
I don't know if they allow push for "home users" since it's requires some manual work for each push enabled site. Also if the "push" receiver is down they will have lot's of timeouts and other issues. You need to have a 24x7 available site before bothering them. Also the push API is in beta and subject to change.
Re: New web site tellmon.net
Posted: Fri Mar 17, 2023 9:45 am
by polarbearNO
Thank you for the information. I have a 24/7 server, no problem there. I'll try to contact them and we'll see
Anders