philibertc / micronova_controller

Allows you to easily control via MQTT any Micronova equiped pellet stove. (MCZ, Extraflame, Laminox, and many others brands!)
60 stars 19 forks source link

Nordica Extraflame Theodora works only "ON" command #31

Open percevalknight opened 2 years ago

percevalknight commented 2 years ago

Hey all I own a 2013 Nordica Extraflame Teodora stove (basically this one: https://www.lanordica-extraflame.com/en/products/pellet-stoves/teodora-evo). I've just downloaded this wonderful code on a D1 mini and realized the connection with the help of the tindie board (thank you philipertc!) The D1 is powered via usb. I receive the "connected" ping, and I'm able to turn on the stove sending the ON command on micronova/onoff. However I can't see any status and I'm not able to turn off the stove. I'm using homeassistant as interface and MQTT analyzer on iphone to see the traffic.

This is my ha conf.yaml:

`switch:

How to do some debug and understand why I can't see parameters populated?

Thank you

philibertc commented 2 years ago

Hello, sorry for my late reply. Indeed there may be a need to modify some variables in the yaml, but if the switch on works, then the problem is surely not the syntax, as it is the same configuration for ON and OFF. @percevalknight If you open the serial console of the WeMos, what happens when sending the power off command from HA?

Sincerely, philibertc

philibertc commented 1 year ago

Hello, Is your issue solved?

Sincerely, philibertc

percevalknight commented 1 year ago

I just reactived the stove following the summer time. I'll proceed testing in the following days!

percevalknight commented 1 year ago

Hello, sorry for my late reply. Indeed there may be a need to modify some variables in the yaml, but if the switch on works, then the problem is surely not the syntax, as it is the same configuration for ON and OFF. @percevalknight If you open the serial console of the WeMos, what happens when sending the power off command from HA?

Sincerely, philibertc

When sending OFF via Mqtt the stove stays on. Also reading the parameters doesn’t work, maybe a different serial protocol? If I send ON again, the stove restarts on procedure, even if that is already on. I’ll check serial console and give feedback.

Symon84 commented 7 months ago

Hello, I have the same issue with a Piazzetta Superior Sonia stove. The board is micronova L023_3. The sketch test1_on_off work correctly. test2bis_read_all_addresses not working (nothing on serial monitor). Also with the micronova_controller sketch i don't read any info on serial monitor. The speed of the connection is correct (115200), i have inserted in the sketch: Serial.println("test") for debug, and "test" text is correctly printed on serial monitor... Any suggestion? There seems to be no response from the stove... Thank you!