Search found 10 matches
- Thursday 23 February 2017 11:41
- Forum: PHP and all others
- Topic: iRobot Roomba 980 integration
- Replies: 59
- Views: 28559
Re: iRobot Roomba 980 integration
Thanks for sharing!
- Monday 20 February 2017 20:02
- Forum: PHP and all others
- Topic: iRobot Roomba 980 integration
- Replies: 59
- Views: 28559
Re: iRobot Roomba 980 integration
You are welcome. The only problem at this moment is that iRobot has pushed firmware 2.x, and since this release they have changed the communication protocol completely. The iRobot is now using MQTT in stead of HTTP with firmware 1.x. There are more people looking for a solution... See also: https ...
- Wednesday 18 January 2017 19:08
- Forum: Utility
- Topic: Energy read "computed" or "from device"
- Replies: 12
- Views: 6842
Re: Energy read "computed" or "from device"
How can I check my S0PCM firmware version and is it user-upgradable?
I think in my case selecting "computed" is giving more accurate results, but I am not completely convinced about this.
I think in my case selecting "computed" is giving more accurate results, but I am not completely convinced about this.
- Saturday 31 December 2016 9:51
- Forum: Utility
- Topic: Energy read "computed" or "from device"
- Replies: 12
- Views: 6842
Re: Energy read "computed" or "from device"
Nobody knows the difference?
- Sunday 25 December 2016 19:08
- Forum: PHP and all others
- Topic: iRobot Roomba 980 integration
- Replies: 59
- Views: 28559
Re: iRobot Roomba 980 integration
So far I have accomplished this with a bash script, but I can imagine this can be done prettier; #!/bin/bash function jsonValue() { key=$1 num=$2 awk -F"[,:}]" '{for(i=1;i<=NF;i++){if($i~/'$key'\042/){print $(i+1)}}}' | tr -d '"' | sed -n ${num}p } output=`curl -s -H "Content-Type: application/json ...
- Sunday 25 December 2016 10:41
- Forum: PHP and all others
- Topic: iRobot Roomba 980 integration
- Replies: 59
- Views: 28559
iRobot Roomba 980 integration
Hi, I have an iRobot Roomba 980 robot vacuum cleaner, with wifi connection. It is possible to control the robot via an app and I know how to control this robot via HTTP POST commands. Can someone advise me how to accomplish this with Lua, or do I have to call Curl via the Lua script? Also I want to ...
- Thursday 22 December 2016 17:26
- Forum: Utility
- Topic: Energy read "computed" or "from device"
- Replies: 12
- Views: 6842
Re: Energy read "computed" or "from device"
Check this screenshot;
- Thursday 22 December 2016 16:56
- Forum: Utility
- Topic: Energy read "computed" or "from device"
- Replies: 12
- Views: 6842
Energy read "computed" or "from device"
Hi, Can someone explain me the difference between the energy read options "computed" and "from device"? I have an Inepro DDS-1Y kWh Meter (2000 pulses per kWh) and I have a S0PCM-5 Pulse Counter Module. The S0PCM-5 Pulse Counter Module port is configured for "Energy" and 2000 pulses per hour. I ...
- Tuesday 06 December 2016 20:06
- Forum: PHP and all others
- Topic: Sending push notifications to specific devices
- Replies: 8
- Views: 7651
Re: Sending push notifications to specific devices
Hi Gerard,
Thank you, that's what I was searching for!
Kind regards,
Rene.
Thank you, that's what I was searching for!
Kind regards,
Rene.
- Monday 05 December 2016 20:27
- Forum: PHP and all others
- Topic: Sending push notifications to specific devices
- Replies: 8
- Views: 7651
Sending push notifications to specific devices
Hi, I am using Domoticz v3.5877 on a RPi3. I used Pushover with my previous domotics system (Homeseer) and could choose between the several registered devices when sending a push notification. Is this possible with Domoticz too, via Blockly or LUA or a separate script? Are there other push ...