gemu

Results 104 comments of gemu

@meingraham i have implemented a one phase PZEM decoder now. if you know someone to test it he may download my fork and give it a try. if it works...

updated driver available better descriptor \>D \>B ->sensor53 r \>M 1 +1,3,p,0,9600,PZEM1,1,1,b0,b1,b2,b3 1,a0vvvvvvxx00xx@1,Voltage P1,V,Voltage_P1,2 1,a1ccccccxx00xx@1,Current P1,A,Current_P1,2 1,a2ppppxxxx00xx@1,Active Power P1,W,Power_P1,2 1,a3eeeeeexx00xx@1,Energy P1,kWh,Energy_P1,2 \#

3 Phase PZEM driver \>D \>B ->sensor53 r \>M 3 +1,3,p,0,9600,PZEM_1,1,2,b0,b1,b2,b3 +2,2,p,0,9600,PZEM_2,4,2,b0,b1,b2,b3 +3,14,p,0,9600,PZEM_3,12,2,b0,b1,b2,b3 1,a0vvvvvvxx00xx@1,Voltage,V,Voltage,2 1,a1ccccccxx00xx@1,Current,A,Current,2 1,a2ppppxxxx00xx@1,Active Power,W,Power,2 1,a3eeeeeexx00xx@1,Energy,kWh,Energy,2 2,a0vvvvvvxx00xx@1,Voltage,V,Voltage,2 2,a1ccccccxx00xx@1,Current,A,Current,2 2,a2ppppxxxx00xx@1,Active Power,W,Power,2 2,a3eeeeeexx00xx@1,Energy,kWh,Energy,2 3,a0vvvvvvxx00xx@1,Voltage,V,Voltage,2 3,a1ccccccxx00xx@1,Current,A,Current,2 3,a2ppppxxxx00xx@1,Active Power,W,Power,2 3,a3eeeeeexx00xx@1,Energy,kWh,Energy,2 \#

@meingraham i will check your changes tomorrow sensor53 r resets the driver with the new descriptor sensor53 cx nnnn presets the counter x (1..4) to the value nnnn (counter mode)...

"c = set the driver to counter mode and preset counter (x = 1..5) to value" cmd sensor95 cx does not switch to counter mode but presets a counter of...

sorry sensor95 was the name for this driver i used for the last 2 years before merging to tasmota. you wrote in the wiki "c = set the driver to...

@rt400 ok then first lets test a single device. download my fork and compile with #undef USE_RULES #define USE_SCRIPTER #define USE_SML_M you should see the default OBIS device in WEBUI...

ok to check i downloaded my own repo and compiled with platformio. and it worked (select your preferred language version) if you use Arduino IDE i have no advice whats...

here is a PZEM v3 descriptor use the very last sml version from GitHub >D >B =>sensor53 r >M 1 +1,3,m,0,9600,PZEM3,1,1,01040000,01040001,01040003,01040005 1,010404uuuuxxxxxxxx@i0:10,Voltage,V,voltage,2 1,010404uuuuuuuuxxxx@i1:1000,Current,A,current,4 1,010404uuuuuuuuxxxx@i2:10,Power,W,power,2 1,010404uuuuuuuuxxxx@i3:1000,Energy,kWh,energy,4 #

yes script works well on ESP32. you must define both #define USE_SCRIPT #define USE_SCRIPT_WEB_DISPLAY this is due to a bug in scripter i removed it now.