Thomas
Thomas
Getting this error message when merging: ``` Traceback (most recent call last): File "/var/task/handler.py", line 509, in lambda_handler return LambdaHandler.lambda_handler(event, context) File "/var/task/handler.py", line 237, in lambda_handler handler = cls()...
@dieterrosch I were able to run the code by merging and altering the following: Removed the " : " and "self" from these two lines: `kodi.AddonExecute(self, addon_id="script.json-cec", params={"command":"activate"}): kodi.AddonExecute(self, addon_id="script.json-cec",...
Thanks. The node in question is number 78. [zwavejs2mqtt_2022-09-15.log](https://github.com/zwave-js/node-zwave-js/files/9578574/zwavejs2mqtt_2022-09-15.log)
My bad. [zwavejs_2022-09-16.log](https://github.com/zwave-js/node-zwave-js/files/9581048/zwavejs_2022-09-16.log)
Well, I am hard pressed at supplying what you need as I cannot point to a specific. The problem, as I observe it, is that the current temperature indicator is...
I mean in HA/Z2M and how I can capture the information you require.
This shows the temperatures the thermostat is monitoring, and what is being represented in HA. The thermostat is set to floor-only mode and it reads 20.5. The temperature in HA...
I see. Thanks for the feedback. I will try with HA.
> If there's a configuration parameter to determine which temperature sensor to read from (from the manual, appears that would be parameter 10?), the integration can be customized to read...