[solved] switch and dimmer gone after update
FHEM
3
Posts
2
Posters
2.4k
Views
1
Watching
-
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