-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Not fully there yet but if I enter from the Web console: Then by starting at 300 baud and switching to 9600 I can get output with
Challenge is that my meter has 300:7E1 for the initial message and 9600:8E1 and I've not found a way to make Tasmota switch. If you look at the output above the first identification string is now a bit garbled |
Beta Was this translation helpful? Give feedback.
-
I'm making some progress but there's something that I don't understand. If I look at the examples in the documentation it says:
The sample script is as follows:
But this script lacks setting up the sensor which normally happens in BOOT:
although some examples use:
Workaround:
Then change to this script:
the >M section is never read from the 2nd, it continues to use the one from 1st. Questions: How to add |
Beta Was this translation helpful? Give feedback.
-
Well, seems like I finally figured it out: So set serialconfig:
Now going to check if it's stable when running longer time. |
Beta Was this translation helpful? Give feedback.
Well, seems like I finally figured it out:
using
+1,3,o8E1,0,9600,Kaifa,1,600
is what's causing the pin conflict message (theo8E1
part).So set serialconfig:
SerialConfig 8E1
then this works for me: