-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
What steps will reproduce the problem?
1. The modbus slave I have does not support function 16 for setting register,
only function 6.
2. Same goes for function 15, not supported, only function 5.
This is a thermostat from Delta automation.
Reading registers and coils works perfectly.
But for full functionality I need to be able to set the new target temperature,
this is done with function 6 to address 0x1001. And I need to switch the
thermostat between run/stop mode, a single coil at address 0x0814.
Any possibility this could make it in to the library?
Original issue reported on code.google.com by [email protected] on 17 Jul 2014 at 1:59
Reactions are currently unavailable