Search found 5 matches

by judie07
29 Dec 2022, 18:46
Forum: ESP Easy: Software
Topic: Displaying an internal value from the display (pwm,state)
Replies: 6
Views: 1333

Re: Displaying an internal value from the display (pwm,state)

Thanks again for the info (You need to act on an event and there is no event with only numeric values in the event name.) This is how it works now: => http://192.168.178.xxx/control?cmd=event,pwmcontrolset=97 On pwmcontrolset do pwm,14,%eventvalue% // for the GPIO PIN let,1,%eventvalue% // for the D...
by judie07
29 Dec 2022, 17:03
Forum: ESP Easy: Software
Topic: Displaying an internal value from the display (pwm,state)
Replies: 6
Views: 1333

Re: Displaying an internal value from the display (pwm,state)

OKAY THANKS, the consideration with the query was not quite correct, because the 8266 does not calculate this value itself! I pass the required value to an "Internal variables" and let this be shown on the display - This works so (PWM [var#1]) but what does not work, is the setting of the ...
by judie07
26 Dec 2022, 17:02
Forum: ESP Easy: Software
Topic: read the duty cycle value?
Replies: 5
Views: 1362

Re: read the duty cycle value?

Have you made any progress? ->viewtopic.php?p=61989#p61989
by judie07
26 Dec 2022, 16:50
Forum: ESP Easy: Software
Topic: Displaying an internal value from the display (pwm,state)
Replies: 6
Views: 1333

Re: Displaying an internal value from the display (pwm,state)

THANKS, Almost perfect, for static values 1/0 ok but how can I read the value PWM,state, because with me is displayed only alternately 0 or 1!

{
"log": "GPIO: 14 duty: 300",
"plugin": 1,
"pin": 14,
"mode": "PWM",
"state": 300
}
by judie07
26 Dec 2022, 13:14
Forum: ESP Easy: Software
Topic: Displaying an internal value from the display (pwm,state)
Replies: 6
Views: 1333

Displaying an internal value from the display (pwm,state)

• ESP8266 NodeMCU with OLED (64x48) SSD1306. • Flashed with: ESP_Easy_mega_20221105_display_ESP8266_4M1M.bin Can an internal value e.g. „PWM, state“ be set see "Status,G,14"?{ "log": "", "plugin": 1, "pin": 14, "mode": "PWM", &quo...