Search found 6 matches
- Monday 13 November 2017 15:18
- Forum: Python
- Topic: Improved Presence Detection / Ping Script:
- Replies: 19
- Views: 9222
Re: Improved Presence Detection / Ping Script:
Did anyone test the stability of the measurements of those presence scripts? The well know Python script does not always deliver the correct status of my iPhone. The bash script at https://gist.github.com/kolargol has the same problems, but does a better job. On my Raspberry i added hping3 to 'wake ...
- Tuesday 28 June 2016 10:17
- Forum: Utility
- Topic: Connect to the itron Ace3000 using IR
- Replies: 1
- Views: 1288
Connect to the itron Ace3000 using IR
Over here an ACE3000 Typ 260 is installed as a smart meter. It looks like the only way to connect to it is an InfraRed connection. Documentation is available in German: http://bhkw-forum.de/index.php?attachment/4328-ace3000-typ260-itron-handbuch-pdf/ . The interface is standard asleep en should be ...
- Tuesday 14 June 2016 11:00
- Forum: ESP8266
- Topic: Programming the ESP8266
- Replies: 2
- Views: 2934
Re: Programming the ESP8266
Ok, I will try ESPEasy. Installing ESPEasy is NOT simple. It took me some time to figure out how to flash my ESP8266 on a Mac. The command is: esptool.py --port=/dev/<my usb-device> write_flash 0x00000 ESPEasy_R78_1024.bin -fs 8m -fm dio -ff 40m , watch for the -fs 8m. It's 8m for a 1MB device. For ...
- Sunday 12 June 2016 10:15
- Forum: ESP8266
- Topic: Programming the ESP8266
- Replies: 2
- Views: 2934
Programming the ESP8266
Using the ESP8266 chip, a sensor and some programming you can integrate 'other' sensors in Domoticz by defining a virtual sensor. The data is send to Domoticz using a json request. To program the ESP8266 you can use the programming lanuage Lua as can do within Domoticz or an other language for ...
- Tuesday 02 February 2016 9:32
- Forum: MySensors
- Topic: ESP8266 on nodeCMU, authorization problem
- Replies: 3
- Views: 2098
Re: ESP8266 on nodeCMU, authorization problem

- Tuesday 02 February 2016 9:03
- Forum: MySensors
- Topic: ESP8266 on nodeCMU, authorization problem
- Replies: 3
- Views: 2098
ESP8266 on nodeCMU, authorization problem
I am trying to build a temperature monitoring device with a nodeCMU communicating with Domoticz. For details, see https://www.domoticz.com/wiki/ESP8266_WiFi_module . Programming of the nodeCMU is done with Esplorer. Everything is going well, but the temperature values are not accepted by Domoticz ...