terminet85

Results 5 issues of terminet85

There is any change to turn on/off multiple pin with the same mqtt topic? RPi.GPIO module should be able to manage it `chan_list = [11,12] # add as many channels...

enhancement

` def calc_colortemp(self): if self.data['percent'] > 0: return ((self.data['max_colortemp'] - self.data['min_colortemp']) * (self.data['percent'] / 100)) + self.data['min_colortemp'] elif -10 < self.data['percent'] < 0: return ((10000 - 2500) * (abs(self.data['percent'] /...

**Checklist** - [x] I updated the card to the latest version available - [x] I cleared the cache of my browser - [x] I verified that I'm really running the...

bug
ApexCharts.JS

Thank you and great job! I guess it would be better to choose what series stacking together instead all for graph.

feature-request
ApexCharts.JS

I noticed that MachineState isn't applicable for each Machine. I got an state 6 that is a self-test in Tumble Dryer. Will be better create a class and extend it...

help wanted