SeedLabs-it / smartknob-firmware

Repository for the Smart Knob Firmware (Currently supporting Dev Kit v0.1)
Other
24 stars 2 forks source link

MQTT buffer size prevents sync if payload to big. #62

Closed carlhampuswall closed 3 months ago

carlhampuswall commented 7 months ago

MQTT buffer size limits payload size. Causes issues when adding more apps to the sending of data?

Change app_id to be smaller? app_id needs to be unique per knob.

Do we have to send app_id? Could be "constructed" on knob side? With app_slug and entity_id.

carlhampuswall commented 3 months ago

Higher buffer limit set, will adjust higher if necessary. Wont implement fix for this since we will be moving to esp-idf mqtt implementation in the future.