Achronite / energenie-ener314rt

Node module for RaspberryPi energenie ener314-rt board, used by node-red-contrib-energenie-ener314rt
MIT License
4 stars 2 forks source link

Add ProductId to openThings_cache_cmd() #35

Closed Achronite closed 6 months ago

Achronite commented 8 months ago

Now we have support for the thermostat we need to pass in the productId to openThings_cache_cmd() to allow for pre-caching to work correctly for the thermostat, as it currently assumes the command is for an eTRV.

NOTE: This is a breaking change and will require updates to mqtt & node-red implementations.