[solved] switch and dimmer gone after update
-
Hi all,
the todays update of the Mysensors modul in FHEM caused my switches and dimmer to not work anymore:
error: "switch1 not defined: no mapping for reading switch1"
and the same with the dimmer:
"dimmer1 not defined: no mapping for reading dimmer1"did this also happen to some of you?
thanks
-
@jeti I haven't updated, but it looks like there were some updates of constants: github-link
It's just a guess from looking at the github code and changes, but I would try to edit the fhem.cfg and replace
attr <device_name> mapReading_switch1 <child_id> switchwith
attr <device_name> mapReading_switch1 <child_id> statusand replace your
attr <device_name> mapReading_dimmer1 <child_id> dimmerwith
attr <device_name> mapReading_dimmer1 <child_id> percentage -
@jeti I haven't updated, but it looks like there were some updates of constants: github-link
It's just a guess from looking at the github code and changes, but I would try to edit the fhem.cfg and replace
attr <device_name> mapReading_switch1 <child_id> switchwith
attr <device_name> mapReading_switch1 <child_id> statusand replace your
attr <device_name> mapReading_dimmer1 <child_id> dimmerwith
attr <device_name> mapReading_dimmer1 <child_id> percentage
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login