Search found 83 matches
- Wednesday 08 February 2017 10:36
- Forum: Rfxcom Transceiver
- Topic: Temperature sensor to measure central heating (CV leidingen)
- Replies: 12
- Views: 6338
Re: Temperature sensor to measure central heating (CV leidingen)
Sorry about the late reply Matt, I have been busy. The temp sensors are on a single ESP12 node mcu board powered by a mains 5v PSU. Effectively, if the fridge mains goes off, all 3 sensors go off, so no need for a battery supply. It's been stable for a while now. 947539730 : DS : Temperature: 36.50 ...
- Wednesday 01 February 2017 0:16
- Forum: Rfxcom Transceiver
- Topic: Temperature sensor to measure central heating (CV leidingen)
- Replies: 12
- Views: 6338
Re: Temperature sensor to measure central heating (CV leidingen)
I agree with the Dallas Sensors and ESPEasy, I use a NodeMCU with 3 Dallas Sensors, One Central Heating, One Hot Water
and One In the Fridge, (I had a problem with defrosting for no reason).
Cheap and cheerful, upgradable to more sensors if required, and so much fun to play with.
and One In the Fridge, (I had a problem with defrosting for no reason).
Cheap and cheerful, upgradable to more sensors if required, and so much fun to play with.
- Tuesday 15 November 2016 10:42
- Forum: ESP8266
- Topic: How to get domoticz data from ESP8266??
- Replies: 19
- Views: 9828
Re: How to get domoticz data from ESP8266??
I didn't know that led*, thanks , will look for it.
Hence when I said about the pinch of salt, I meant it
Hence when I said about the pinch of salt, I meant it

- Tuesday 15 November 2016 9:55
- Forum: ESP8266
- Topic: How to get domoticz data from ESP8266??
- Replies: 19
- Views: 9828
Re: How to get domoticz data from ESP8266??
I have just had a look at ESP Easy and I don't think it is possible to integrate the Nextion. It looks as though it has standard routines for the devices. There is no way of managing the data that is received and then putting it out to the Nextion. It looks like it's fixed software, what is has in ...
- Monday 14 November 2016 11:28
- Forum: ESP8266
- Topic: How to get domoticz data from ESP8266??
- Replies: 19
- Views: 9828
Re: How to get domoticz data from ESP8266??
no problem ayasystems, I was just thinking of an easier route really, MQTT is already part of Domoticz with hardly any overheads like with http and json commands. I know 'cos I have used it and on a system like mine it does drag the system down to a point that lighting and control is delayed, hence ...
- Monday 14 November 2016 11:09
- Forum: ESP8266
- Topic: How to get domoticz data from ESP8266??
- Replies: 19
- Views: 9828
Re: How to get domoticz data from ESP8266??
Looking good.. Thankz Derik, Just a Mega 2560, Nextion 2.8" and a Arduino Network Shield with a LOT of programming. There is a Raspberry Pi as a MQTT Broker on my system taking the Data from another Rapberry Pi running Domoticz. There are various ESP 8266's sending temperatures about the house. As ...
- Monday 14 November 2016 10:59
- Forum: ESP8266
- Topic: How to get domoticz data from ESP8266??
- Replies: 19
- Views: 9828
Re: How to get domoticz data from ESP8266??
Like I said, and you actually didn't answer.
Use MQTT, here is another one on the same network.
The first ever one I built to test. Not with Nextion though.
https://www.youtube.com/watch?v=nzR7XNeBIdw
Use MQTT, here is another one on the same network.
The first ever one I built to test. Not with Nextion though.
https://www.youtube.com/watch?v=nzR7XNeBIdw
- Sunday 13 November 2016 13:59
- Forum: ESP8266
- Topic: How to get domoticz data from ESP8266??
- Replies: 19
- Views: 9828
Re: How to get domoticz data from ESP8266??
This is what I have up to now.
Controlled by my Arduino Mega 2560 but I am now going over to a Raspberry Pi 3 as I am running out of memory.
https://youtu.be/kCHKv4FhWiQ
Controlled by my Arduino Mega 2560 but I am now going over to a Raspberry Pi 3 as I am running out of memory.
https://youtu.be/kCHKv4FhWiQ
- Sunday 13 November 2016 13:38
- Forum: ESP8266
- Topic: How to get domoticz data from ESP8266??
- Replies: 19
- Views: 9828
Re: How to get domoticz data from ESP8266??
Use MQTT. One transmitter to many receivers, does not load the system.
I use it in my Nextion Setup and have control over virtually everything .
I use it in my Nextion Setup and have control over virtually everything .
- Friday 21 October 2016 0:07
- Forum: PiFace
- Topic: PiFace 2 - Sensor/Counter not working
- Replies: 39
- Views: 20230
Re: PiFace 2 - Sensor/Counter not working
Code: Select all
from time import sleep
import pifacedigitalio
pifacedigitalio.init()
pifacedigital = pifacedigitalio.PiFaceDigital()
pifacedigital.leds[7].toggle()
sleep(0.5)
pifacedigital.leds[7].toggle()
P.S. It is a python script
- Thursday 20 October 2016 23:53
- Forum: Other questions and discussions
- Topic: Current clamp measurement with RaspberryPI Domoticz
- Replies: 4
- Views: 2790
Re: Current clamp measurement with RaspberryPI Domoticz
I use a Raspberry Pi with a PiFace for my Home & solar measurements. The PiFace takes the readings from the flashing leds (1000 impulses /kw). I also read the RS422 Data from the inverters and convert with python to show more info and double check the impulse readings. You have to separate the ...
- Monday 04 April 2016 22:24
- Forum: ESP8266
- Topic: Telnet Type Data to Domoticz Help
- Replies: 64
- Views: 14680
Re: Telnet Type Data to Domoticz Help
I have been thinking of this one. If this was my system, I would use Realterm, a communications terminal, to connect to the Amp on the IP and port itself, using the Telnet section of the program. Run the program and see if it is actually connecting, or has a channel/socket to each other. I know it ...
- Monday 04 April 2016 1:43
- Forum: ESP8266
- Topic: Telnet Type Data to Domoticz Help
- Replies: 64
- Views: 14680
Re: Telnet Type Data to Domoticz Help
if you can PM me, dont know wether its on, then send me an email and i'll send you the file.
should be in order then
gnite
should be in order then
gnite
- Monday 04 April 2016 1:41
- Forum: ESP8266
- Topic: Telnet Type Data to Domoticz Help
- Replies: 64
- Views: 14680
Re: Telnet Type Data to Domoticz Help
Sorry
if Dstart != "P":
goes directly under global DSTART
all in the same line other then DSTART = (s.recv(1))
I am Soooo tired now, so off to bed, will try again tomorrow
making too many errors now, I have been at work and knackud
if Dstart != "P":
goes directly under global DSTART
all in the same line other then DSTART = (s.recv(1))
I am Soooo tired now, so off to bed, will try again tomorrow
making too many errors now, I have been at work and knackud
- Monday 04 April 2016 1:38
- Forum: ESP8266
- Topic: Telnet Type Data to Domoticz Help
- Replies: 64
- Views: 14680
Re: Telnet Type Data to Domoticz Help
if there is a colon (:) then there is an indentation on the NEXT line
Python Program Rules
Python Program Rules
- Monday 04 April 2016 1:36
- Forum: ESP8266
- Topic: Telnet Type Data to Domoticz Help
- Replies: 64
- Views: 14680
Re: Telnet Type Data to Domoticz Help
if Dstart != "P":
goes directly under DSTART == "WON"
all in the same line other then DSTART = (s.recv(1))
goes directly under DSTART == "WON"
all in the same line other then DSTART = (s.recv(1))
- Monday 04 April 2016 1:32
- Forum: ESP8266
- Topic: Telnet Type Data to Domoticz Help
- Replies: 64
- Views: 14680
Re: Telnet Type Data to Domoticz Help
wont let me do it for some reason
- Monday 04 April 2016 1:29
- Forum: ESP8266
- Topic: Telnet Type Data to Domoticz Help
- Replies: 64
- Views: 14680
Re: Telnet Type Data to Domoticz Help
i'll attach it as a file
- Monday 04 April 2016 1:28
- Forum: ESP8266
- Topic: Telnet Type Data to Domoticz Help
- Replies: 64
- Views: 14680
Re: Telnet Type Data to Domoticz Help
Code: Select all
def ReceiveData():
global DStart
while DStart != "P":
DStart = (s.recv(1)) # Wait for a response "Pxxx"
DStart = (s.recv(3)) # Get next 3 characters
if DStart == "WON":
If its the same when i press enter
and it isnt
- Monday 04 April 2016 1:26
- Forum: ESP8266
- Topic: Telnet Type Data to Domoticz Help
- Replies: 64
- Views: 14680
Re: Telnet Type Data to Domoticz Help
yer, python has to be perfect on indentations
maybe the cut/paste messed it up
maybe the cut/paste messed it up