Skip to content
Discussion options

You must be logged in to vote

To put data on the Tasmota web UI front page via Berry, one approach is to create a driver in Berry. Here's an example of a driver:
https://tasmota.github.io/docs/Berry-Cookbook/#creating-an-i2c-driver

You can skip the parts about I2C usage, the key part is the callback for web_sensor using tasmota.web_send_decimal with a formatted message including labels and values. And adding it as a driver using tasmota.add_driver. The callback will be invoked every couple of seconds when the front page is viewed in a browser.

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
1 reply
@ON-state
Comment options

Answer selected by ON-state
Comment options

You must be logged in to vote
5 replies
@sfromis
Comment options

@ON-state
Comment options

@sfromis
Comment options

@ON-state
Comment options

@sfromis
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants