dbuezas / esphome-cc1101

96 stars 18 forks source link

Multical 21 watermeter (danish brand) #23

Closed jascdk closed 2 months ago

jascdk commented 7 months ago

Hi :) om using this code https://github.com/chester4444/esp-multical21 for getting values from my water meter . Would the cc1101 code you have made to be able to do the same as in the repo above ?

dbuezas commented 7 months ago

The repo you linked implements a specific protocol, it is not compatible with esphome's remote_receiver/transmitter (which can only detect and send specific codes)

jascdk commented 7 months ago

ahhh ok - thanks:)