-
|
With 10.1.0.1 Berry Console I can command
I want to get BME280 Pressure, SHT3X humidity and temperature to variables (for calculation of Equivalent sea level pressure, Absolute Humidity, Vapour Pressure Deficit, etc) Do I have to mangle that somevar with example Next step is to add extra values on the SENSOR or equivalent MQTT payload, but that's different story ;-) For now those extras are generated with Home Assistant templating. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 12 replies
-
|
Certainly no need for splitting.... To add your own sensor data to the usual places for sensors (including MQTT), you can create a driver in berry, where you can have methods to create JSON data in exactly the same way as built-in sensors. Note: If you set Altitude, Tasmota will automatically include SeaPressure when the sensor delivers Pressure. |
Beta Was this translation helpful? Give feedback.
Certainly no need for splitting....
To add your own sensor data to the usual places for sensors (including MQTT), you can create a driver in berry, where you can have methods to create JSON data in exactly the same way as built-in sensors.
Note: If you set Altitude, Tasmota will automatically include SeaPressure when the sensor delivers Pressure.