Hi all, sorry if this has been asked before. I did search, but could not find an answer.
My setup:
ESP8266 nodeMCU running espeasy
Domoticz on raspberry pi
sensor: BMP180 on ESP8266 I2C bus
Problem:
I create a dummy device called "Barometer" in Domoticz.
ESP8266 sends two values: Temperature & Pressure (I only want the pressure value to be transmitted - is there a way to "throw out" or omit the temperature value?)
Domoticz dummy barometer shows the value transmitted for the temperature (NOT THE PRESSURE).
Has anyone figured out how to do this? Is there a way to "turn off" a value (thereby omitting it from the pushed data?)
BMP180 How to send only one value?
Moderators: grovkillen, Stuntteam, TD-er
Re: BMP180 How to send only one value?
Why the effort to suppress a value at the transmit side?
You have the much easier option to not-use the undesired value at the receiving side.
You have the much easier option to not-use the undesired value at the receiving side.
Re: BMP180 How to send only one value?
Because domoticz doesnt seem to allow me to throw oit the undesired value
Re: BMP180 How to send only one value?
you could always use node red to filter out the undesired value?
Set your ESP to send to mqtt
within node red use a 'switch node and apply a filter by using the contains option .. for instance contains idx":222
then add a change node, set the option to change and replace with what you require.
Set your ESP to send to mqtt
within node red use a 'switch node and apply a filter by using the contains option .. for instance contains idx":222
then add a change node, set the option to change and replace with what you require.
Who is online
Users browsing this forum: Bing [Bot], Google [Bot] and 18 guests