Theo Arends
5a73aa1e1f
Refactor serial config
...
Refactor serial config removing specific stopbit count and only support serial config constants (#14212 )
2021-12-30 14:19:24 +01:00
Theo Arends
ebeb4ea7ff
Remove AddLog_P in favour of AddLog
...
Remove AddLog_P in favour of AddLog switching log from stack to heap allowing longer log entries (up to approximate log buffer size)
2021-06-05 11:47:09 +02:00
Jan Bubík
5cdafaa46a
ACER - don't log the checksum, it is for NEC only
2021-05-25 18:39:08 +02:00
Jan Bubík
182768ee11
Add codes for manufactirer ACER (yet untested)
2021-05-22 17:09:10 +02:00
Jan Bubík
93b9f14fc5
PROJECTOR_CTRL: consistent logging of [DIS]CONNECTs
2021-03-06 23:28:51 +01:00
Jan Bubík
2793402027
PROJECTOR_CTRL: Add WARMING states [NEC]
...
NEC V300W returns undocumented states 0x01 and 0x02 during warming up
Consider Projector already powered-up
2021-03-06 23:05:51 +01:00
Jan Bubík
cabd9bdffc
PROJECTOR_CTRL: Use at least one projector (fix)
2021-03-06 22:07:06 +01:00
Theo Arends
4d3fda5a74
Add support for NEC and OPTOMA LCD/DLP Projector serial power control
...
Add support for NEC and OPTOMA LCD/DLP Projector serial power control by Jan Bubík (#11145 )
2021-02-28 12:37:02 +01:00
Jan Bubík
c6673d4081
new feature: LCD/DLP Projector Serial Control
...
- implemented as XDRV53
- user must configure GPIO pins "DLP Rx" and "DLP Tx" for serial communication
- emulates an additional RELAY by sending ON/OFF commands to Projector
- continually polls the Projector's state to update virtual RELAY state
- blocks RELAY1 in ON state while Projector is running (to protect the lamp)
- serial codes for NEC and OPTOMA, ready for more manufacturers
- tested with NEC V300W
2021-02-27 22:28:29 +01:00