pebblebed

Results 11 comments of pebblebed

> Hi, I have just tested this feature and its working like a charm. Tested with 24C02, writing and reading back int32 and floats. > > Many thanks for this!!!...

@kbx81 All corrections applied and new testing framework tests added, do I remove the old tests or leave them be for now?

@kbx81 All updates as requested have been completed. Please could this now be merged in dev. Reason for keenness is this component is a pre req for the rtc scheduler...

Hi Keith, My use case is to store schedules for a rtc scheduler component. It will eventually allow a user to set a schedule using HA or via the device,...

Hi @kbx81 any chance is completing the review and merging with dev so I can create my other PR for the real time clock based scheduler. Thanks Paul

Please see https://github.com/esphome/esphome/pull/6071 which provides external storage to a I2C eeprom which would address some of the use cases identified in feature request

Please could you also add the custom data fields, this will be become apparent when you rebase to current as these have been added to the baseline component since you...

Not wanting to be "Oliver Twist" character wanting more, but some how the component / devices that will call the service needs to know when the underlying schedule has changed....

I have tested the PR and can confirms it works. cURL example ``` curl --location 'http://127.0.0.1:8123/api/services/schedule/get_schedule?return_response=null' \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer blahblah' \ --data '{"entity_id": "schedule.testschedule"}' ```