PVTex
PVTex
i know it a old issue but can you add the DP Numbers to the feature list for integrating the neatsvor x600 to local-tuya?
this is no problem just change the file _wsRepsonse.esp_ in the function ``` void ICACHE_FLASH_ATTR sendStatus(AsyncWebSocketClient *client) ``` change this line: ``` root["uptime"] = uptimeSeconds; ``` tp: ``` int h...
pincode problematic should be fixed as in #641
The device is still online. Only smartshunt stops reporting data
Update sensor.py: added STARTER_BATTERY_VOLTAGE and MIDPOINT_VOLTAGE
found the solution. first change the beginning of the yaml file: ``` substitutions: devicename: jura-wifi friendly_name: Jura-Wifi device_description: Jura Coffee Machine esphome: name: $devicename comment: ${device_description} platformio_options: upload_speed: 115200 includes:...
I am right now rebasing my reposotory to the device branch. But could take some time
squashed all my commits and rebased my repo on dev branch
deletet the folders .pio and ESP-Debug, added them to .gitignore
mainly these things are changed/added: - more mqtt data is send (pincode for example) and ha discovery for that added (easier to integrate in ha with alarmo, yu can use...