Paul
Paul
As power fits in 16 bits it would not need 2 registers. P = U * I = 60 * 6.2 = 372 W. Multiplied by 100 = 37200 which...
the +/- command would also be useful to enter very small numbers in scientific format. Like 15e-3 = 0.015 or 3e-12 etc.
I still have the same issue. The old sensor is gone, the device is there but no sensor. I have added new device, making a new sensor with a digit...
The following code works correctly for me: ``` static void writeBit(struct i2c_desc *desc, std::vector &buffer, bool bit) { auto *m2KI2CDesc = (m2k_i2c_desc *) desc->extra; auto samplesPerQuartBit = (unsigned int) (m2KI2CDesc->sample_rate...
update to core-2024.7.3 and now get_events works again. Apperently some change between 2024.7.0 and 2024.7.3 did fix this.
Update to 2024.8.1 and have this issue again: ``` Logger: custom_components.pyscript.file.verwarming.verwarming_woonkamer_calendar_based Source: custom_components/pyscript/trigger.py:1382 integration: Pyscript Python scripting ([documentation](https://github.com/custom-components/pyscript), [issues](https://github.com/custom-components/pyscript/issues)) First occurred: August 13, 2024 at 14:23:13 (2754 occurrences) Last logged:...
Narrowed it down a bit. It appears that calendar..get_events() is not working anymore: events = calendar.woonkamer_thermostaat.get_events(duration='00:01') While calendar.get_events(entity_id='', duration='00:01') is working events = calendar.get_events(entity_id='calendar.woonkamer_thermostaat', duration='00:01')