Add coil 11 (temperature boosting) to Home Assistant status output #20

Closed
opened 2023-03-03 09:47:13 +02:00 by jarno · 1 comment
Owner

The device updates the operationg mode / status bitmap with a delay, regarding the state of the circulation fan. On order to be able to toggle the circulation fan mode from Home Assistant, the coil value should be readable.

Tried to use /api/v1/coils/11 as a separate sensor, but it seems that the 1-core RPi Zero can't keep up with the requests after a certain point. There may also be something going wrong with the locking system.

Anyway, adding the coil value to the status will mean it is read in the same API call as the other measurements, reducing unnecessary traffic and keeping the load low.

The device updates the operationg mode / status bitmap with a delay, regarding the state of the circulation fan. On order to be able to toggle the circulation fan mode from Home Assistant, the coil value should be readable. Tried to use /api/v1/coils/11 as a separate sensor, but it seems that the 1-core RPi Zero can't keep up with the requests after a certain point. There may also be something going wrong with the locking system. Anyway, adding the coil value to the status will mean it is read in the same API call as the other measurements, reducing unnecessary traffic and keeping the load low.
Author
Owner

Added all coils in the statut output as a nested array.

Added all coils in the statut output as a nested array.
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: jarno/enervent-ctrl#20
No description provided.