bpsmicro

Results 8 comments of bpsmicro

I beefed up my logging to DEBUG, and I'm seeing a line that may be relevant: `2023-12-12 11:20:02.899 DEBUG (MainThread) [custom_components.generac] getEndpoint {"apparatusId": 149877, "name": "518 Bolton", "serialNumber": "3005162243", "apparatusClassification":...

What I did is in my configuration.yaml, I have this block: `logger: default: warning logs: custom_components.generac: debug ` Then I open \config\home-assistant.log in my favorite editor. The actual logging in...

Annoyingly the 'code' block for this site omits line breaks. I've tried to beat the above into something semi-readable, but you should get the gist of it.

Side note, in case it matters: on my mobilegen account I have the actual generator *and* a tank monitor. I'm not seeing anything specific in the log that the integration...

I added a try/catch in get_generator_data, which yielded the following. I'm not a Python dev (I'm a C# guy), but this might help... 2023-12-12 12:19:09.370 ERROR (MainThread) [custom_components.generac] can not...

Here's my working theory... My JSON returned has these properties: "properties": [ { "name": null, "value": 106, "type": 70 }, { "name": null, "value": "1040", "type": 93 }, { "name":...

For those willing to tweak their own copies, I made two changes that work around the error and get me operational. As I said, I'm not a Python guy, so...

TankUtility works great with Home Assistant. I’m using the password I set up for https://app.tankutility.com, which is separate from the Generac-related passwords. Getting the token is the hardest part (and...