Great, atm i can send data from my sensors to gw and display node. But what about asking from lcd note to data from other node (always powered)?
In my network i have some ESP nodes which send data to domoticz, id like to some of this data on my dispaly node.
Robert Król
@Robert Król
Best posts made by Robert Król
-
RE: getting data from sensor to sensor
Latest posts made by Robert Król
-
RE: getting data from sensor to sensor
@boum I did it in this way from some time, but it looks less elegant. I have to make many virtual devices in domoticz, devices which send data to my lcd node. It works, but i think sending data directly to lcd will work better (or not... :))
The best solution would be ask directly domoticz (gw) about data sending from other node, but propably its not work in that way -
RE: getting data from sensor to sensor
Great, atm i can send data from my sensors to gw and display node. But what about asking from lcd note to data from other node (always powered)?
In my network i have some ESP nodes which send data to domoticz, id like to some of this data on my dispaly node. -
RE: getting data from sensor to sensor
unfortunatelly is not wrote enough clear for me
I still cant get data from other node....
For example in my network i have meters (node 5, node 7 - temperature, node 10 humidity, etc) and big display (node 40), how can i ask from node 40 about value from node 5, 7, 10??
how can i do "display_txt = node5.tempearure" -
How to turn on loging to file
Hi
i have mysnesors network gateway working in my domoticz IoT.
I try check log file but i cant... i cant uderstand why
In mysensors.conf i have:
log_pipe=1
log_pipe_file=/tmp/mysgw.pipemany time try reboot domoticz serwer but.... it dont work when i try cat /tmp/mysgw.pipe i only got msg that such file dont exist, what i didd wrong, when is mistake?
ty in advance for any help
-
getting data from sensor to sensor
Hi
I have few sensors and gateway conected todomoticz server on RPi, id like to make new node - display node.
It means it will be LCD dispaly conected to arduino with some switches do change data.
But i dont know how idea how get data from other, nodes, how can i ask gateway about it? is it possible?
for example how i can ask about value of 2nd child in 5th node? -
RE: 💬 Building a Raspberry Pi Gateway
hi,
is it possible to conect NRF24 to SPI1 channel on RBpi3?
(i mean pins 26, 35, 36,38,40)??