nebulous
nebulous
Thanks for the efforts, especially in making consistent your own work with @acd's and my own. Can you provide the source for said defines? They look plausible, but without further...
Are you all still experiencing this issue? @swerb73 said his instance was set to a 60 second refresh (that's quite fast for Carrier's fragile systems btw). I don't use the...
The filter usage data is in status rather than config. `GET /api/status/filtrlvl` which is presently(and perhaps limited to - will need to investigate this) a read-only structure generated by the...
interesting. I've not seen that homebridge integration before. Looks like they just [grabbed the oauth keys](https://github.com/grivkees/homebridge-carrier-infinity/blob/567f17f808d6f8c14e4fdc15c02949540ffa4673/src/settings.ts#L15) out of a decompile or something. I don't have a lot of respect for...
Here's a patch which solves the issue for me. ```patch diff --git a/lib/Paws/Net/QueryCaller.pm b/lib/Paws/Net/QueryCaller.pm index d88c8df9c..25c5917c2 100644 --- a/lib/Paws/Net/QueryCaller.pm +++ b/lib/Paws/Net/QueryCaller.pm @@ -50,9 +50,10 @@ package Paws::Net::QueryCaller; } elsif ($params->$att->does('Paws::API::StrToObjMapParser'))...
Finally managed to control my Touch-based thermostat via RS485. Wrote directly to table 0x40 rather than SAMINFO. Woot. Can finally replace a SAM (and Infinitude, actually) with a $2 ESP8266...
SAMINFO will be populated if a SAM is present, but one has to go through the entire setup process(not just the bootup discovery process) for it to be populated. That...
> Could you share what you did (or the code)? I would be really interested in being able to read all info directly from RS485 and also controlling. That would...
I don't have two heat sources so I can't check this myself. If there's a means on thermostat itself to set your heat source to "only electric" or "only gas"...
https://github.com/nebulous/infinitude/issues/166#issuecomment-1455113071 shows how to set the heatsource via the api. You'll have to make your own logic to decide which source is best based on inside/outside temp, cost of electricity/gas...