Mark Purcell
Mark Purcell
> > If I want to add a meter to the SolarEdge Modbus configuration after the > initial configuration, how can I do this? I would expect somewhere to get...
> Inverter(192.168.10.243:502, connectionType.TCP: timeout=1, retries=3, > unit=0x1): > From the command line: Can you 'ping' that address? Can you 'telnet' to that address and port? Sometime SolarEdge MODBUS is setup...
This is what I have working with the Tesla integration. ``` type: custom:charger-card entity: sensor.duka_charging_rate_sensor chargerImage: Anthracite compact_view: false show_stats: o stats: default: - entity_id: binary_sensor.duka_charger_sensor attribute: charging_state subtitle: State...
> Hi @purcell-lab; the card doesn't by default by default support anythign else but the Easee charger integration. I'll be working on implementing other chargers, but probably not car integrations,...
> I actually have a build of your card which allows me to override some of your built in [constants ](https://github.com/tmjo/charger-card/blob/master/src/const.js#L36-L60) with my own strings. It was a PoC but...
Finally had some time to get back to this with the beta release and now have something working with the onboard tesla charger control in the car. (Not the Tesla...
Looks like we could also map a number of entities from the Tesla integration into the easee structure required by this car. Here are the Tesla entities:  
Home Energy Gateway and Powerwall 2 now exposed by this PR. Great work. 
percentage_charged glitch to 0 logs: ``` 2022-08-31 15:49:43.191 DEBUG (MainThread) [teslajsonpy.connection] 200: {"response":{"site_name":"Home Energy Gateway","id":"XXX","energy_left":12589.42105263158,"total_pack_energy":14041,"pe rcentage_charged":89.66185494360501,"battery_power":-4600.000000000001}} 2022-08-31 15:49:43.195 DEBUG (MainThread) [custom_components.tesla_custom] Finished fetching tesla_custom data in 1.194 seconds (success: True)...
changing operational modes error logs: ``` File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 204, in handle_service await service.entity_service_call( File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 676, in entity_service_call future.result() # pop exception if have File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 930,...