Skip to content

therm_buk_read not triggered via python write operation #3

@h-wissing

Description

@h-wissing

Hello,
I've tried triggering a bulk-conversion via writing "trigger" to the file therm_bulk_read as described

def iniTherm_bulk_read():
fdr = open("/sys/bus/w1/drivers/w1_master_driver/w1_bus_master1/therm_bulk_read", "w")
fdr.write("trigger")
fdr.close()

no action is seen using Python3 file systen but with after a bash call:

def iniTherm_bulk_read():
os.popen("echo trigger > /sys/bus/w1/drivers/w1_master_driver/w1_bus_master1/therm_bulk_read")

User permissions are set manually beforehand. Up to date Raspberry Bullseye 64-bit is used.

Regards
H. Wissing

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions