Mike Bishop

Results 186 comments of Mike Bishop

Hm, that looks like it might actually be a couple of related bugs; those properties shouldn't return a string under any circumstances. I'll try to take a look at it...

> For 3: Thanks for the tip! But how would they do this? Send a ranger out? :) ...maybe I'll give it a try :) The data connection between the...

Certainly it would be nice to only need to install the dependencies if you plan to use those modules, though that's less of a pain now that we have the...

If the module namespace within the config file were standardized, we might skip loading modules that don't have a config element at all. Comment out anything that's not almost-always needed...

A straightforward way to add this might be a module that isn't actually leveraged from the core code, but could be used in policy restrictions. For example, if there were...

I know from previous projects that it's hard to find a free/cheap-for-individual API that's sufficiently local to make these decisions on. Dark Sky was nice, but it's being EOL'd. OpenWeatherMap...

There's a tension between two cases, though. Seeing the flashing red light is an indicator that the script/device has failed, and currently a cause for concern. I would hesitate to...

Well, that particular use-case I let Tesla do for me by having a policy that triggers on Storm Watch. 😁 But for those using other EMSes, yes, that's a good...

Some thoughts on this last night. Here's a rough design of how we could approach this: - Replace both Charge Now and Scheduled Charging with a queue of upcoming charge...

I was starting to write such a recurrence object as an exercise, when I discovered `dateutil` already has a recurrence rule class (`rrule`) that seems like it would cover what...