fxstein

Results 33 comments of fxstein

We might have to extend it. Yes markdown should be easy, so should be html if we limit do a short list of supported html. The more we make native...

Is that part of NBBC that we added or external? (link?) I'd like to simply hit a couple check boxes in the config to enable the languages admins want to...

Sounds like we would need to pick (per post, per user, per whatever we want to) if a piece of text is bbcode or html markdown we might be able...

Very much appreciated! I just got a set of X3 Hybrids up and running. Will be testing and integrating in about 2 weeks.

Not an expert on this component but: In general sensors are created dynamically in HA. Checkout https://github.com/squishykid/solax/blob/5fdb6d18acd78350b33fd645f69b4eb301167a72/solax/inverter.py#L85 in this component's code to see where it tells HA about the sensors....

You can create sensors either from data or from calculations. HA does not care. It's the integration that delivers the data and its classification. eg https://github.com/squishykid/solax/blob/5fdb6d18acd78350b33fd645f69b4eb301167a72/solax/inverters/x3_hybrid_g4.py#L53 But I am not...

FYI There is also a bunch of modbus info out there that might come in handy: https://library.loxone.com/detail/solax-x3-hybrid-(neoom-kjubee)-917/overview

FYI I have been digging into their private APIs last weekend since their public API was hard down. First of all, all the private API endpoints continued to work while...

Changing inverter settings uses a different login method and API. I have just started playing with that. The login is different as it also requires the installer password to change...

@nazar-pc changed the comment. My apologies for the length of it. I understand that their online APIs are too slow - painfully aware of that. But I figured it can...