Search found 3 matches

by Plumifrons
22 Feb 2019, 09:08
Forum: ESP Easy: General Discussion
Topic: Map switch binary to String
Replies: 5
Views: 4664

Re: Map switch binary to String

Yes, this did the trick. I've send from my Pi a 0 (for not charging) or a 1 to a dummy task called "charging". In the settings of the oled I've used Charging:[charging#charging#Y] And with the "#Y" the 0 or 1 of the value of the task is converted to "NO" or "YES&qu...
by Plumifrons
06 Feb 2019, 12:16
Forum: ESP Easy: General Discussion
Topic: Map switch binary to String
Replies: 5
Views: 4664

Re: Map switch binary to String

Any hint or example, as I'm having this problem as well (see viewtopic.php?f=2&t=6292... ?
by Plumifrons
10 Jan 2019, 11:41
Forum: ESP Easy: Projects / Applications
Topic: A string to a task. Howto?
Replies: 0
Views: 2706

A string to a task. Howto?

In my project to display the battery and range status of my EV (renault zoe) on a OLED SSD1306, I've run into a problem. I used 2 dummy tasks for range and %battery, but I also want to display if my EV is "Charging" or "Not Charging". As this is a string instead of a number, I ca...