Shane Tzen
Shane Tzen
@UtahDave, I think it's a great idea re: StartMenu/Quickstart/Startup/shortcut. I think that it's probably good to be able to manipulate that for packages in general (even ones with installers).
@UtahDave, it may also be desirable to be able to modify environment path & variables from the package definition.
BTW, I also ran into this bug... The workaround requires that the `rfc3339` is not defined and for the `time_rotating` when defining the resource. Instead seed the resource with the...
> * TOTALKWH will avoid the need of https://github.com/esphome-econet/esphome-econet/wiki/Monitoring-Power-Consumption-in-kWh ``` - platform: econet name: "Electric Consumption [kWh]" id: electric_consumption_kwh sensor_datapoint: TOTALKWH unit_of_measurement: "kWh" accuracy_decimals: 2 device_class: "energy" state_class: "total_increasing" ```...
> Is the valve visible in the Econet Thermostat or in the App? if so, then there is likely a datapoint that one would just need to find the name...
> I'd use the HA Services page and the HA Events listening page/section and try SOVEXIST as your datapoint via `ESPHome: econet_hvac_read` and see if anything comes back. Basically making...
holy cow. On a lark, I tried: ``` binary_sensor: - platform: econet name: "Shut Off Valve" id: shutoff_valve sensor_datapoint: SHUTOFFV device_class: "opening" ``` No error in the logs about the...
> `UNSUPPORTED ` means this is an invalid datapoint. See https://github.com/esphome-econet/esphome-econet/wiki/Objects for an example response of a valid datapoint. Thanks for the link to the BACnet documentation. There is a...
Sorry for the radio silence. TL;DR - I wouldn't be comfortable unleashing this upon others until I do more work to validate that it won't do something unexpected. I saw...