Guillaume S

Results 252 comments of Guillaume S

About MQTT, I've just added a PR adding /schedule /schedule/set /schedule/clear There should have everything needed to completely control OpenEvse from Mqtt without any need of RAPI. If you see...

Not completely agree but it's a matter of taste. With QoS and Last Will, it's quiet resilient. With many different devices/sensors/actuators using different protocols ( zwave, ZigBee, http, some binary...

One could add a real time total counter, the total can't be used directly for counting consumtion prices with variable price per hour. I had to make my own externally....

I don't see this issue here. "amp" is supposed to display the OpenEVSE current sensor. It should be updated whenever the divertmode is enabled or not each 30 sec at...

I see some events.getnext() in scheduler.cpp without checking if there's such next event first, could this be the culprit ?

While working on the Timers part of the new GUI, I get this issue as the UX I'm doing is creating each timer separated. I confirm the OpenEvse-wifi crash if...

It's mostly ready. As it's based on Current Shaper branch, I will pull request this after the shaper merge. ![evse_loc1](https://user-images.githubusercontent.com/488789/182049115-dd1e24d5-6b45-4220-b8b9-e1158de6368e.jpg) ![evse_loc2](https://user-images.githubusercontent.com/488789/182049116-ca33ba3a-8805-4f37-86f6-e66b780e1b74.jpg)

I'd vote for a Svelte.js or Preact js fw with any light CSS fw like Purecss or Skeleton. Material is a bit heavy but I think we can limitate that...

I don't see what the conflict is

If you like the React way, Preact is a good candidate with a light footprint. However, I kinda have some preference for Svelte.js with its compiled way of doing and...